File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -11,30 +11,27 @@ steps:
1111 - label : ' daedalus-x86_64-darwin'
1212 command : ' scripts/with-nix-2.5.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
1313 depends_on : ' trigger-x86_64-darwin'
14- env :
15- NIX_SSL_CERT_FILE : /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
1614 agents :
17- queue : daedalus
15+ queue : lace
1816 system : x86_64-darwin
1917
2018 - label : ' daedalus-aarch64-darwin'
2119 command : ' scripts/with-nix-2.5.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
2220 depends_on : ' trigger-aarch64-darwin'
23- env :
24- NIX_SSL_CERT_FILE : /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
25- UPLOAD_DIR_OVERRIDE : UNSAFE-internal-build
2621 agents :
27- queue : daedalus
22+ queue : lace
2823 system : aarch64-darwin
2924
3025 - label : ' daedalus-x86_64-linux-nix'
3126 command : ' scripts/with-nix-2.5.sh scripts/build-installer-nix.sh $BUILDKITE_BUILD_NUMBER'
3227 agents :
28+ queue : lace
3329 system : x86_64-linux
3430
3531 - label : ' daedalus-x86_64-windows-nix'
3632 command : ' scripts/with-nix-2.5.sh scripts/build-cross-windows.sh $BUILDKITE_BUILD_NUMBER'
3733 agents :
34+ queue : lace
3835 system : x86_64-linux
3936
4037 # TODO: Re-enable once script is fixed
You can’t perform that action at this time.
0 commit comments