-
-
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
rust: 1.48.0 -> 1.49.0 #108635
rust: 1.48.0 -> 1.49.0 #108635
Conversation
Built |
Built |
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.
Minor nitpick in documentation
@@ -33,20 +33,20 @@ import ./default.nix { | |||
|
|||
# Note: the version MUST be one version prior to the version we're | |||
# building | |||
bootstrapVersion = "1.47.0"; | |||
bootstrapVersion = "1.48.0"; | |||
|
|||
# fetch hashes by running `print-hashes.sh 1.45.2` |
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.
# fetch hashes by running `print-hashes.sh 1.45.2` | |
# fetch hashes by running `print-hashes.sh ${bootstrapVersion}` |
Rust 1.49.0 contains bootstrap also for Do we want to bootstrap |
I was able to build |
makes sense. |
Bootstrapping just one arch from different version than the others will introduce lots of complexity. What's the reason to bootstrap from one version prior? It's not documented in the comment, it's just said it must be done: nixpkgs/pkgs/development/compilers/rust/1_49.nix Lines 34 to 36 in dde8ad8
|
Upstream does not test bootstrapping from the same version, and it sometimes breaks: rust-lang/rust#63911 rust-lang/rust#54322 |
@ofborg build ripgrep |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)