-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rust does not build with llvm-unwind
#126752
Labels
O-NixOS
Operating system: NixOS, https://nixos.org/
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Comments
It seems crate |
Sweet, that got us closer.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
O-NixOS
Operating system: NixOS, https://nixos.org/
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Related issue: NixOS/nixpkgs#311930
Related PR: NixOS/nixpkgs#320432
In Nixpkgs, rust is often used for things like mesa. We're looking to allow for building systems under LLVM and this is a blocker for mesa. Our problem is the
llvm-libunwind
option does not seem to work. We continue to get errors with linking withlibgcc_s
. We're building with these flags (outputted from a nix eval with JSON):The text was updated successfully, but these errors were encountered: