cargo warnings with nixos 22.11 rust infrastructure #206
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#206
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Are those options doing any good for building embedded firmware?
If yes then the solution is probably to update rust/cargo (which we should do anyway).
If no then use appropriate Nix derivation options to get them removed.
NB: this also affects RISC-V ARTIQ.
How to reproduce this issue? I tried to compile it, but none of the warnings were emitted.
The hydra logs also contain the warnings so it seems easy to reproduce.
nix build .#hydraJobs. ...
Should be fixed with next NixOS release
470e6130b3
Did you test it?
Well for now unstable repo is unusable, but I cherry-picked that commit to my fork https://github.com/thomasfire/nixpkgs/tree/nixos-22.11 , and it removes the warning. I doubt that they will not introduce new bugs for us, though.
Fixed in
ddb3703f50