Skip to content

minimal-bootstrap: use builtins.fetchGit#237863

Closed
ghost wants to merge 3 commits intomasterfrom
unknown repository
Closed

minimal-bootstrap: use builtins.fetchGit#237863
ghost wants to merge 3 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Jun 15, 2023

Description of changes

Experiment to try to avoid needing an upload to tarballs.nixos.org.

I'm building this now. It is sloooooow.

This evals for me:

nix build -f '<nixpkgs>' minimal-bootstrap.stage0-posix.src \
  --system i686-linux \
  --option restrict-eval true \
  --option allowed-uris https://github.com/oriansj/stage0-posix
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.11 Release Notes (or backporting 23.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@ghost ghost requested a review from emilytrau June 15, 2023 04:25
@ghost
Copy link
Author

ghost commented Jun 15, 2023

Now I remember why this can't work: #232576 (comment)

@ghost ghost closed this Jun 15, 2023
@ghost ghost deleted the pr/minimal-bootstrap/builtins-fetchGit branch January 23, 2024 06:49
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments