Skip to content

Commit 3c7c2f3

Browse files
leofangclaude
andauthored
Bump rapidsai/sccache tag to v0.14.0-rapids.9 (#871)
## Summary - Bump pinned `SCCACHE_TAG` from `v0.14.0-rapids.3` to `v0.14.0-rapids.9` in `build-wheel.yml` -- Leo's bot 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 200c2b9 commit 3c7c2f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install latest rapidsai/sccache
4848
if: ${{ startsWith(inputs.host-platform, 'linux') }}
4949
env:
50-
SCCACHE_TAG: v0.14.0-rapids.3
50+
SCCACHE_TAG: v0.14.0-rapids.9
5151
run: |
5252
# curl -fsSL "https://github.com/rapidsai/sccache/releases/latest/download/sccache-$(uname -m)-unknown-linux-musl.tar.gz" \
5353
curl -fsSL "https://github.com/rapidsai/sccache/releases/download/${{ env.SCCACHE_TAG }}/sccache-${{ env.SCCACHE_TAG }}-$(uname -m)-unknown-linux-musl.tar.gz" \
@@ -175,7 +175,7 @@ jobs:
175175
- name: Install latest rapidsai/sccache
176176
if: ${{ startsWith(inputs.host-platform, 'linux') }}
177177
env:
178-
SCCACHE_TAG: v0.14.0-rapids.3
178+
SCCACHE_TAG: v0.14.0-rapids.9
179179
run: |
180180
# curl -fsSL "https://github.com/rapidsai/sccache/releases/latest/download/sccache-$(uname -m)-unknown-linux-musl.tar.gz" \
181181
curl -fsSL "https://github.com/rapidsai/sccache/releases/download/${{ env.SCCACHE_TAG }}/sccache-${{ env.SCCACHE_TAG }}-$(uname -m)-unknown-linux-musl.tar.gz" \

0 commit comments

Comments
 (0)