From 3af5ded6be14f63ba1ca3e0a5de90224a9b2918f Mon Sep 17 00:00:00 2001 From: ptaylor Date: Mon, 3 Feb 2025 12:09:38 -0800 Subject: [PATCH] bump sccache version [skip-vdc] [skip-docs] [skip-rapids] --- .github/actions/workflow-run-job-linux/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/workflow-run-job-linux/action.yml b/.github/actions/workflow-run-job-linux/action.yml index a6bc60f3718..9b632baa63e 100644 --- a/.github/actions/workflow-run-job-linux/action.yml +++ b/.github/actions/workflow-run-job-linux/action.yml @@ -187,7 +187,7 @@ runs: # Download new sccache binary mkdir -p "$RUNNER_TEMP/bin" curl -fsSL \ - "https://github.com/trxcllnt/sccache/releases/download/v0.9.1-rapids.14/sccache-v0.9.1-rapids.14-$(uname -m)-unknown-linux-musl.tar.gz" \ + "https://github.com/trxcllnt/sccache/releases/download/v0.9.1-rapids.15/sccache-v0.9.1-rapids.15-$(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 @@ -214,7 +214,7 @@ runs: [dist.net] connect_timeout = 10 request_timeout = 1200 - connection_pool = true + # connection_pool = true EOF extra_launch_args+=(