-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
stdenv: add minimal flag #209601
stdenv: add minimal flag #209601
Commits on Jan 7, 2023
-
stdenv: add rebootstrap parameter
Adam Joseph committedJan 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 1a0bdc0 - Browse repository at this point
Copy the full SHA 1a0bdc0View commit details -
aarch64: enable rebootstrap, upgrade to gcc11
Incorporates changes from: - #209459 Should fix: - #108111 - #108305 - #201254 Alternative to: - #209063
Adam Joseph committedJan 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 12408bc - Browse repository at this point
Copy the full SHA 12408bcView commit details
Commits on Jan 8, 2023
-
stdenv: mark binutils-patchelfed
The stdenv bootstrap creates several wrappers around binutils, and gives them the exact same drvName as the binutils package itself. These wrappers cost almost nothing to create (they are just file copies and patchelf runs, not builds), so we should distinguish them from expensive binutils builds with a unique pname. This commit does that.
Adam Joseph committedJan 8, 2023 Configuration menu - View commit details
-
Copy full SHA for e0ccba7 - Browse repository at this point
Copy the full SHA e0ccba7View commit details -
make-bootstrap-tools.nix: allow to override bootGCC and busyboxMinimal
Adam Joseph committedJan 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 4837fb4 - Browse repository at this point
Copy the full SHA 4837fb4View commit details -
stdenv/linux: avoid unnecessary rebuilds when rebootstrapping
Adam Joseph committedJan 8, 2023 Configuration menu - View commit details
-
Copy full SHA for b5c952b - Browse repository at this point
Copy the full SHA b5c952bView commit details -
gcc11: allow compilation without libxcrypt
Adam Joseph committedJan 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 201d526 - Browse repository at this point
Copy the full SHA 201d526View commit details -
perl: allow compilation without libxcrypt
Adam Joseph committedJan 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 53c7484 - Browse repository at this point
Copy the full SHA 53c7484View commit details -
cpython: allow compilation without libxcrypt
Adam Joseph committedJan 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 31127c4 - Browse repository at this point
Copy the full SHA 31127c4View commit details -
make-bootstrap-tools: take coreutilsMinimal, cpio from pkgs
Adam Joseph committedJan 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 8d0d8e7 - Browse repository at this point
Copy the full SHA 8d0d8e7View commit details -
Adam Joseph committed
Jan 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 77c2173 - Browse repository at this point
Copy the full SHA 77c2173View commit details