Skip to content

Commit 2797aed

Browse files
committed
[DDW-1083] Publish to csl-daedalus from aarch64-darwin (they’re official now)
1 parent bd5beb3 commit 2797aed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nix/buildkite-pipeline.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ let
66
lib writeShellScriptBin;
77
inherit (import ./source-lib.nix { inherit inputs; }) installerClusters;
88

9-
# FIXME: change all to `csl-daedalus` once we get official aarch64-darwin workers:
10-
bucketSubdir = if targetSystem != "aarch64-darwin" then "csl-daedalus" else "UNSAFE-internal-build";
11-
129
in
1310

1411
writeShellScriptBin "buildkite-pipeline" ''
@@ -54,7 +51,7 @@ writeShellScriptBin "buildkite-pipeline" ''
5451
echo '~~~ Generating installer for cluster ‘${cluster}’'
5552
5653
tmpdir=$(mktemp -d)
57-
result="$tmpdir"/${bucketSubdir}
54+
result="$tmpdir"/csl-daedalus
5855
5956
# XXX: `set -x` to give CI users a reproduction, and `| cat`:
6057
# • turns off any interactive questions from Nix (e.g. accept-flake-config)

0 commit comments

Comments
 (0)