Skip to content

Commit

Permalink
bump sccache version [skip-vdc] [skip-docs] [skip-rapids]
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 28, 2025
1 parent eb245ca commit 574d6fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/workflow-run-job-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,19 @@ runs:
)
fi
# Download new sccache binary
mkdir -p "$RUNNER_TEMP/bin"
curl -fsSL \
"https://github.com/trxcllnt/sccache/releases/download/v0.9.1-rapids.13/sccache-v0.9.1-rapids.13-$(uname -m)-unknown-linux-musl.tar.gz" \
| tar -C "$RUNNER_TEMP/bin" -zf - --wildcards --strip-components=1 -x '*/sccache'
# If this is not a test job and not one of the excluded compilers, use the build cluster
if test -n "${not_nvhpc:+x}" \
&& test -n "${not_oneapi:+x}" \
&& test -n "${not_test_job:+x}" \
&& test -n "${not_clang_cuda:+x}" \
&& test -n "${DIST_TOKEN:+x}"; then
# Download newer sccache binary
mkdir -p "$RUNNER_TEMP/bin"
curl -fsSL \
"https://github.com/trxcllnt/sccache/releases/download/v0.9.1-rapids.8/sccache-v0.9.1-rapids.8-$(uname -m)-unknown-linux-musl.tar.gz" \
| tar -C "$RUNNER_TEMP/bin" -zf - --wildcards --strip-components=1 -x '*/sccache'
# Configure sccache client to talk to the build cluster
cat <<EOF >> "$RUNNER_TEMP/.config/sccache/config"
[dist]
Expand Down

0 comments on commit 574d6fe

Please sign in to comment.