Skip to content

Commit 6c0253b

Browse files
committed
add RAPIDS arm64 builds to CI
1 parent 92cd57b commit 6c0253b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-all-rapids-repos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ jobs:
3535
contents: read
3636
pull-requests: read
3737
with:
38-
arch: '["amd64"]'
38+
arch: '["amd64", "arm64"]'
3939
cuda: '["12.8"]'
4040
node_type: cpu32
4141
extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
4242
build_command: |
43+
# Repopulate the cache
44+
export SCCACHE_RECACHE=1
45+
# Prevent the sccache server from shutting down
4346
export SCCACHE_IDLE_TIMEOUT=0
4447
SCCACHE_NO_DAEMON=1 sccache --stop-server
4548
sccache -z;

0 commit comments

Comments
 (0)