diff --git a/.github/workflows/build-all-rapids-repos.yml b/.github/workflows/build-all-rapids-repos.yml index 9f34995d..6ca6ee33 100644 --- a/.github/workflows/build-all-rapids-repos.yml +++ b/.github/workflows/build-all-rapids-repos.yml @@ -35,18 +35,21 @@ jobs: contents: read pull-requests: read with: - arch: '["amd64"]' + arch: '["amd64", "arm64"]' cuda: '["12.8"]' node_type: cpu32 extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY + timeout-minutes: 720 + # Prevent the sccache server from shutting down + env: | + SCCACHE_IDLE_TIMEOUT=0 build_command: | - export SCCACHE_IDLE_TIMEOUT=0 SCCACHE_NO_DAEMON=1 sccache --stop-server sccache -z; sccache --show-adv-stats; clone-all -j$(nproc) -v -q --clone-upstream --single-branch --shallow-submodules; build-all \ - -v \ + -Wno-dev \ -j$(nproc --ignore=1) \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_TESTS=ON \