File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11env :
22 ARTIFACT_BUCKET : s3://ci-output-sink
33steps :
4+
5+ - input : ' :recycle: Trigger ‘x86_64-darwin’'
6+ key : ' trigger-x86_64-darwin'
7+
8+ - input : ' :recycle: Trigger ‘aarch64-darwin’'
9+ key : ' trigger-aarch64-darwin'
10+
411 - label : ' daedalus-x86_64-darwin'
512 command : ' scripts/with-nix-2.5.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
13+ depends_on : ' trigger-x86_64-darwin'
614 env :
715 NIX_SSL_CERT_FILE : /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
816 agents :
917 queue : daedalus
1018 system : x86_64-darwin
19+
1120 - label : ' daedalus-aarch64-darwin'
1221 command : ' scripts/with-nix-2.5.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
22+ depends_on : ' trigger-aarch64-darwin'
1323 env :
1424 NIX_SSL_CERT_FILE : /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
1525 UPLOAD_DIR_OVERRIDE : UNSAFE-internal-build
1626 agents :
1727 queue : daedalus
1828 system : aarch64-darwin
29+
1930 - label : ' daedalus-x86_64-linux-nix'
2031 command : ' scripts/with-nix-2.5.sh scripts/build-installer-nix.sh $BUILDKITE_BUILD_NUMBER'
2132 agents :
2233 system : x86_64-linux
34+
2335 - label : ' daedalus-x86_64-windows-nix'
2436 command : ' scripts/with-nix-2.5.sh scripts/build-cross-windows.sh $BUILDKITE_BUILD_NUMBER'
2537 agents :
You can’t perform that action at this time.
0 commit comments