Skip to content

Commit 0cc3b67

Browse files
committed
minimize change
1 parent 1b837d3 commit 0cc3b67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,10 @@ jobs:
244244
arch: '["amd64"]'
245245
cuda: '["12.8"]'
246246
extra-repo-deploy-key: CUMLPRIMS_SSH_PRIVATE_DEPLOY_KEY
247-
# NOTE: we source rapids-telemetry-setup in the build-in-devcontainer workflow
248247
build_command: |
249-
sccache --zero-stats;
248+
sccache -z;
250249
build-all --verbose;
251-
sccache --show-adv-stats;
250+
sccache -s;
252251
253252
telemetry-summarize:
254253
# This job must use a self-hosted runner to record telemetry traces.

0 commit comments

Comments
 (0)