Arm32 compile fails on nix dependency #611
Rótulos
Sem rótulos
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
Sem etapa
Nenhum planeamento
Sem encarregados
2 Participantes
Notificações
Data de vencimento
Sem data de vencimento definida.
Dependências
Não estão definidas dependências.
Referência: Plume/Plume#611
Carregando…
Adicionar tabela
Criar uma nova questão referindo esta
Nenhuma descrição fornecida.
Eliminar o ramo "%!s()"
Eliminar um ramo é algo permanente. Embora o ramo eliminado possa continuar a existir por um breve período de tempo antes de ser realmente removido, a operação NÃO PODERÁ ser desfeita na maioria dos casos. Quer continuar?
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!