Arm32 compile fails on nix dependency #611
Мітки
Без міток
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
Етап відсутній
Проєкт відсутній
Немає виконавців
2 учасників
Сповіщення
Дата завершення
Термін виконання не встановлено.
Залежності
Залежностей не встановлено.
Reference: Plume/Plume#611
Завантаження…
Додати таблицю
Посилання в новій задачі
Немає опису.
Видалити гілку «%!s()»
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The arm32 build fail with the linked error. It seems this is fixed in an updated version of nix. Would it be possible for the nix version to be bumped to get arm32 support back?
Build errors: https://paste.lollipopcloud.solutions/?1185aefe37177bb9#uOSxiTy5YkA/ApGmpVHj0BZQ47equRKpVt1FkRHCAJM=
Nix issue: https://github.com/nix-rust/nix/issues/1057
Looks like the below updates fix the arm32 builds. Would it be possible for someone to update the dependencies?
I'm not sure how to do it correctly for a PR otherwise I would have submitted a PR.
if it works with just those 3 commands ran, you can git add Cargo.lock, commit and push, it should be enough
Looks like the builds are back to green with arm32, closing the issue.
Thank you @fdb-hiroshima for all the help!