Skip to content

Commit 2b87ff3

Browse files
authored
add RAPIDS arm64 builds to CI (#491)
1 parent cc4b27f commit 2b87ff3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,21 @@ 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
42+
timeout-minutes: 720
43+
# Prevent the sccache server from shutting down
44+
env: |
45+
SCCACHE_IDLE_TIMEOUT=0
4246
build_command: |
43-
export SCCACHE_IDLE_TIMEOUT=0
4447
SCCACHE_NO_DAEMON=1 sccache --stop-server
4548
sccache -z;
4649
sccache --show-adv-stats;
4750
clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules;
4851
build-all \
49-
-v \
52+
-Wno-dev \
5053
-j$(nproc --ignore=1) \
5154
-DBUILD_SHARED_LIBS=ON \
5255
-DBUILD_TESTS=ON \

0 commit comments

Comments
 (0)