-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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_19: 19.1.1 -> 19.1.3 #352781
Conversation
0fa0e66
to
089da7b
Compare
@ofborg build llvmPackages_19 |
Oh, I was kinda wanting to do this after 24.11 heh. Are the fixes important enough for 24.11? |
why? there were some erroneous symbols left in libc++ for 19.1.0 that were removed in 19.1.2. the change log lists various other bug fixes. seems perfectly acceptable to go in 24.11. |
Because it came out after the breaking changes freeze. |
bugfixes and minor version updates aren't breaking changes (as long as they don't have breaking changes) |
I forgot that it doesn't have breaking changes lol. |
089da7b
to
573e287
Compare
Result of 2 packages marked as broken and skipped:
9 packages failed to build:
76 packages built:
|
the emscriptenPackages are broken on master |
573e287
to
e7e2846
Compare
added patch from llvm/llvm-project@5909979 which fixes the bolt darwin build (currently broken on master) |
The build requires an unwrapped clang due to passing in --arch flags. However, for c++ it doesn't pass in --arch and requires standard headers so which requires the wrapped compiler.
e7e2846
to
3cd45d0
Compare
changed to |
could this get the back port 24.11 label? |
No need:
It already landed in the previous |
https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.3
bolt is broken on x86_64-darwin on master https://hydra.nixos.org/build/276866191 due to trying to write an archive to the llvm package store. applied upstream change llvm/llvm-project@5909979 to fix.
had to make one tweak to fix the workaround for
libclc
that our wrappers can't accept-arch
.libclc
needs a wrappedc++
to get header access but an unwrappedclang
.this fixes https://hydra.nixos.org/build/276170976/nixlog/1/tail
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.