-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
[staging] coreutils: 8.32 -> 9.0 #139541
[staging] coreutils: 8.32 -> 9.0 #139541
Conversation
Marking this as ready since a lot of relevant builds are succeeding on the systems I have easy access to (x86_64-linux, aarch64-linux). I'm still building the entire nixos/release-small.nix for these systems but apart from unrelated eval errors, everything seems to be going well. |
Cherry-picked 97c7af3f4dab4fb715b65786e3be5ac1b507618e (this PR) back to 7c86d10 (master). Encountered during x86_64-darwin stdenv bootstrap: |
@r-burns Fixed. Currently building stdenv on x86_64-darwin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, one very long rebuild later, darwin stdenv is building.
Also tested on x86_64-linux: stdenv, pkgsMusl.coreutils, pkgsStatic.coreutils, pkgsCross.aarch64-multiplatform.coreutils. Problematic leaf packages will probably need to be addressed individually in staging-next.
Test seems flaky on aarch64 |
This is probably good to go now. I was able to build:
|
I noticed some Go packages were segfaulting in #141684, and the segfaults reproduce locally. I bisected the |
So... we revert this until someone manages to resolve these issues somehow (or they disappear with so further upstream update)? #141684 (comment) |
I'll take a look at it and report back in the next couple of hours |
For reference, reverted on |
And there's some Linux regression as well :-( #119110 (comment) |
Motivation for this change
This might speed up
cp
andmv
in nix builds (on certain file systems) since the tools usecopy_file_range
now.Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)