-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llvmPackages: 11 -> 16 on Darwin and Linux #241692
Conversation
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
@ofborg eval |
I’m pretty sure it wasn’t doing that when I opened this PR, but I’ll dig into the ofborg eval failure. Fortunately, I can reproduce it locally using |
#247066 fixes the evaluation error causing the infinite recursion. I ran |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
@ofborg eval |
Does this need a rebase after #246577 landed a couple of day ago? |
Nickel (a Rust project with some c++ deps) is failing to link some really basic symbols like Edit: Solved. If anyone runs into this, here's the tracking issue and workaround: #166205 |
This fixes build after NixOS#241692
Builds were broken on Darwin with NixOS#241692, so this applies the workaround from NixOS#166205
Description of changes
This bumps llvmPackages on Darwin and Linux to 16, making LLVM 16.0.6 the version used by the Darwin stdenv
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)