From b69310f8607babf0471268ccc14b69b8827799b8 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Fri, 7 Aug 2026 10:22:40 -0700 Subject: [PATCH] do not use sccache distributed builds when building with C++20 modules --- .github/workflows/ci.cpu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.cpu.yml b/.github/workflows/ci.cpu.yml index 5c2e3c68e..112d4d479 100644 --- a/.github/workflows/ci.cpu.yml +++ b/.github/workflows/ci.cpu.yml @@ -77,6 +77,7 @@ jobs: SCCACHE_DIST_REQUEST_TIMEOUT: "7140" SCCACHE_DIST_URL: "https://amd64.linux.sccache.rapids.nvidia.com" SCCACHE_IDLE_TIMEOUT: "0" + SCCACHE_NO_DIST_COMPILE: ${{ contains(matrix.name, 'modules') && '1' || '' }} SCCACHE_REGION: "us-east-2" SCCACHE_S3_KEY_PREFIX: "nvidia-stdexec-dev" SCCACHE_S3_PREPROCESSOR_CACHE_KEY_PREFIX: "nvidia-stdexec-dev/preprocessor"