We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 547f79e + 2b87ff3 commit e8794aeCopy full SHA for e8794ae
.github/workflows/build-all-rapids-repos.yml
@@ -35,18 +35,21 @@ jobs:
35
contents: read
36
pull-requests: read
37
with:
38
- arch: '["amd64"]'
+ arch: '["amd64", "arm64"]'
39
cuda: '["12.8"]'
40
node_type: cpu32
41
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
46
build_command: |
- export SCCACHE_IDLE_TIMEOUT=0
47
SCCACHE_NO_DAEMON=1 sccache --stop-server
48
sccache -z;
49
sccache --show-adv-stats;
50
clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules;
51
build-all \
- -v \
52
+ -Wno-dev \
53
-j$(nproc --ignore=1) \
54
-DBUILD_SHARED_LIBS=ON \
55
-DBUILD_TESTS=ON \
0 commit comments