-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
shell.nix: Update nixpkgs 25.05 and LLVM 20
#16397
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
base: master
Are you sure you want to change the base?
shell.nix: Update nixpkgs 25.05 and LLVM 20
#16397
Conversation
|
Still the same issue as in #14651 and #16023: something's broken between LLVM 18+ and iconv on macOS. It's not related to nixpkgs since it reproduces with homebrew and LLVM 20. We shall try to understand why macOS is hanging with libiconv, and should configure a timeout on the CI jobs (no need to hang for 6h). |
|
I tested the nixpkg version in between and figured out the breakage is at 24.05. It's not the exact same failures as in later versions: Three specs are still passing with 24.05 and only break later. No idea what's happening here. Full spec outputAs a workaround, we could use the package |
No description provided.