Arm32 compile fails on nix dependency #611
Tunnisteet
Ei tunnisteita
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
Ei merkkipaalua
Ei projektia
Ei käsittelijää
2 osallistujaa
Ilmoitukset
Määräpäivä
Määräpäivää ei ole asetettu.
Riippuvuudet
Riippuvuuksia ei asetettu.
Viittaus: Plume/Plume#611
Ladataan…
Lisää taulukko
Viittaa uudessa ongelmassa
Ei kuvausta.
Poista haara "%!s()"
Haaran poistaminen on pysyvä toimenpide. Vaikka poistettu haara voi jäädä olemaan lyhyeksi ajaksi, ennen kuin todellisesti poistetaan, poistoa EI VOI perua useimmiten. Jatketaanko?
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!