-
-
Notifications
You must be signed in to change notification settings - Fork 18k
bootstrap-tools-cross: Rename bootstrap file jobs to be more descriptive #258540
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
Conversation
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.
Removed the -gnu because it does not seem significant
|
@ofborg eval |
I would much prefer we always use a full triple, e.g. |
31593ee to
83f9d40
Compare
alyssais
left a comment
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.
LGTM. Maybe needs a squash?
Rename files in `bootstrap-files/` to match jobs in `make-bootstrap-tools-cross`.
Should make automating the bootstrap files easier.
```nix
$ nix repl --file ./pkgs/top-level/release-cross.nix
nix-repl> bootstrapTools
{ aarch64-unknown-linux-gnu = { ... }; aarch64-unknown-linux-musl = { ... }; armv5tel-unknown-linux-gnueabi = { ... }; armv6l-unknown-linux-gnueabihf = { ... }; armv6l-unknown-linux-musleabihf = { ... }; armv7l-unknown-linux-gnueabihf = { ... }; mips64el-unknown-linux-gnuabi64 = {... }; mips64el-unknown-linux-gnuabin32 = { ... }; mipsel-unknown-linux-gnu = { ... }; powerpc64le-unknown-linux-gnu = { ... }; riscv64-unknown-linux-gnu = { ... }; x86_64-unknown-linux-musl = { ... }; }
```
Additionally if non-linux bootstrap files are added to
`make-bootstrap-tools-cross` then there won't be any renaming needed.
83f9d40 to
1270ef5
Compare
| else ./bootstrap-files/mips64el.nix); | ||
| powerpc64le-linux = import ./bootstrap-files/powerpc64le.nix; | ||
| riscv64-linux = import ./bootstrap-files/riscv64.nix; | ||
| then ./bootstrap-files/mips64el-unknown-linux-gnuabin32.nix.nix |
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.
| then ./bootstrap-files/mips64el-unknown-linux-gnuabin32.nix.nix | |
| then ./bootstrap-files/mips64el-unknown-linux-gnuabin32.nix |
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.
Rename files in
bootstrap-files/to match jobs inmake-bootstrap-tools-cross.Should make automating the bootstrap files easier.
Additionally if non-linux bootstrap files are added to
make-bootstrap-tools-crossthen there won't be any renaming needed.Description of changes
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)