pkgs/stdenv/linux: update {aarch,x86_}64-unknown-linux-gnu bootstrap-files#474453
Closed
mdaniels5757 wants to merge 2 commits intoNixOS:stagingfrom
Closed
pkgs/stdenv/linux: update {aarch,x86_}64-unknown-linux-gnu bootstrap-files#474453mdaniels5757 wants to merge 2 commits intoNixOS:stagingfrom
mdaniels5757 wants to merge 2 commits intoNixOS:stagingfrom
Conversation
sha256sum of files to be uploaded:
$ sha256sum /nix/store/hrlz5vrn0payiar009w5wjsx1mca0bph-stdenv-bootstrap-tools/on-server/*
9de589c7e65f2d3f74e9861bf51ac160fb738890923622e09cc13f7ae8fd92d4 /nix/store/hrlz5vrn0payiar009w5wjsx1mca0bph-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
b6a8eb8ef835347587f995f3d7c9567f124ac88d3077af9118e9313117a5e7ae /nix/store/hrlz5vrn0payiar009w5wjsx1mca0bph-stdenv-bootstrap-tools/on-server/busybox
Suggested commands to upload files to 'tarballs.nixos.org':
$ nix-store --realize /nix/store/hrlz5vrn0payiar009w5wjsx1mca0bph-stdenv-bootstrap-tools
$ aws s3 cp --recursive --acl public-read /nix/store/hrlz5vrn0payiar009w5wjsx1mca0bph-stdenv-bootstrap-tools/on-server/ s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/8c29968b3a942f2903f90797f9623737c215737c
$ aws s3 cp --recursive s3://nixpkgs-tarballs/stdenv/aarch64-unknown-linux-gnu/8c29968b3a942f2903f90797f9623737c215737c ./
$ sha256sum bootstrap-tools.tar.xz busybox
$ sha256sum /nix/store/hrlz5vrn0payiar009w5wjsx1mca0bph-stdenv-bootstrap-tools/on-server/*
sha256sum of files to be uploaded:
$ sha256sum /nix/store/bizlzdz3kc68l73qpmkvh6c8yn5zr52n-stdenv-bootstrap-tools/on-server/*
30b1934b826a9d2d2ced3cb5eebb9e82274465577908ccd176b7f6863cff16a6 /nix/store/bizlzdz3kc68l73qpmkvh6c8yn5zr52n-stdenv-bootstrap-tools/on-server/bootstrap-tools.tar.xz
b7d2040aac5d568a375258e101a3b363d76a83eb22addec2aedf2051adf39290 /nix/store/bizlzdz3kc68l73qpmkvh6c8yn5zr52n-stdenv-bootstrap-tools/on-server/busybox
Suggested commands to upload files to 'tarballs.nixos.org':
$ nix-store --realize /nix/store/bizlzdz3kc68l73qpmkvh6c8yn5zr52n-stdenv-bootstrap-tools
$ aws s3 cp --recursive --acl public-read /nix/store/bizlzdz3kc68l73qpmkvh6c8yn5zr52n-stdenv-bootstrap-tools/on-server/ s3://nixpkgs-tarballs/stdenv/x86_64-unknown-linux-gnu/8c29968b3a942f2903f90797f9623737c215737c
$ aws s3 cp --recursive s3://nixpkgs-tarballs/stdenv/x86_64-unknown-linux-gnu/8c29968b3a942f2903f90797f9623737c215737c ./
$ sha256sum bootstrap-tools.tar.xz busybox
$ sha256sum /nix/store/bizlzdz3kc68l73qpmkvh6c8yn5zr52n-stdenv-bootstrap-tools/on-server/*
31b2ebc to
984ae5f
Compare
Member
Author
|
Tested x86_64. I can't test aarch64, hopefully someone else can? I will undraft for long enough to have maintainers requested for review, then redraft until tarballs are uploaded. |
Member
Author
|
I almost forgot to actually ask to have a @NixOS/infra team member upload the tarballs! :) Commands are in the commit messages, and there is more unmerged documentation (and one more set of tarballs to upload) in #473403. |
Member
Author
|
aarch64 will be done by #489675; x86_64 is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Should fix #474203. (Darwin is fine as-is, at least for my purposes, because it was updated more recently.)
Things done
nix-store --realizecommand in the corresponding commit message):nix-build pkgs/top-level/release.nix -A stdenvBootstrapTools.x86_64-unknown-linux-gnu.buildnix-build pkgs/top-level/release.nix -A stdenvBootstrapTools.aarch64-unknown-linux-gnu.buildnix-store --realizecommand in the corresponding commit message):nix-build pkgs/top-level/release.nix -A stdenvBootstrapTools.x86_64-unknown-linux-gnu.testnix-build pkgs/top-level/release.nix -A stdenvBootstrapTools.aarch64-unknown-linux-gnu.testAdd a 👍 reaction to pull requests you find important.