tezos-packaging
Publiccrossref-verifynix shell -f https://github.com/serokell/crossref-verifier/archive/68a1f9d25b6e7835fea8299b18a3e6c61dbb2a5c.tar.gz -c crossref-verify
Waited 1s
Ran in 2m 7s
lint python codenix shell .#python311Packages.black -c black --check --diff --color .
Waited 2s
Ran in 19s
lint bash scriptsnix shell .#shellcheck -c shellcheck --shell=bash --exclude=SC1091 -x $(find . -name '*.sh')
Waited 1s
Ran in 16s
check auto-inserting bottle hashescd tests/bottle-hashes/ && ./test-hash-insert.sh
Waited 2s
Ran in 5s
build-via-dockereval "export OCTEZ_VERSION="$(cat meta.json | jq -r '.tezos_ref' | cut -d'/' -f3)"" && cd docker && ./docker-static-build.sh
Waited 1s
Ran in 26s
build-arm-via-dockereval "export OCTEZ_VERSION="$(cat meta.json | jq -r '.tezos_ref' | cut -d'/' -f3)"" && cd docker && ./docker-static-build.sh && for f in ./octez-*; do && mv "$f" "$f-arm64" && done
Waited 5s
Ran in 16m 0s
create auto release/pre-releasemkdir binaries && mkdir arm-binaries && buildkite-agent artifact download "docker/*" binaries --step "build-via-docker" && buildkite-agent artifact download "docker/*" arm-binaries --step "build-arm-via-docker" && ls binaries && nix develop .#autorelease -c ./scripts/autorelease.sh "Merge pull request #835 from serokell/auto/update-brew-formulae-v21.3-1 && [Chore] Add bottle hashes for v21.3-1"
Waited 2s
Ran in 4m 14s
update stable mirror repositorygit pull origin "master:master" && git push --mirror "$MIRROR_REPO"
Waited 1s
Ran in 12s
Total Job Run Time: 24m 31s