Skip to content

Commit b783aac

Browse files
authored
Merge pull request NVIDIA#2157 from ericniebler/no-sccache-distributed-modules-build
do not use sccache distributed builds when building with C++20 modules
2 parents f0e8ae6 + b69310f commit b783aac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.cpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
SCCACHE_DIST_REQUEST_TIMEOUT: "7140"
7878
SCCACHE_DIST_URL: "https://amd64.linux.sccache.rapids.nvidia.com"
7979
SCCACHE_IDLE_TIMEOUT: "0"
80+
SCCACHE_NO_DIST_COMPILE: ${{ contains(matrix.name, 'modules') && '1' || '' }}
8081
SCCACHE_REGION: "us-east-2"
8182
SCCACHE_S3_KEY_PREFIX: "nvidia-stdexec-dev"
8283
SCCACHE_S3_PREPROCESSOR_CACHE_KEY_PREFIX: "nvidia-stdexec-dev/preprocessor"

0 commit comments

Comments
 (0)