File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ jobs:
193193 node_type : " cpu8"
194194 rapids-aux-secret-1 : GIST_REPO_READ_ORG_GITHUB_TOKEN
195195 env : |
196+ SCCACHE_RECACHE=1
196197 SCCACHE_DIST_MAX_RETRIES=inf
197198 SCCACHE_SERVER_LOG=sccache=debug
198199 SCCACHE_DIST_FALLBACK_TO_LOCAL_COMPILE=false
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ source rapids-init-pip
1313
1414export SCCACHE_S3_PREPROCESSOR_CACHE_KEY_PREFIX=" ${package_name} /${RAPIDS_CONDA_ARCH} /cuda${RAPIDS_CUDA_VERSION%% .* } /wheel/preprocessor-cache"
1515export SCCACHE_S3_USE_PREPROCESSOR_CACHE_MODE=true
16+ export SCCACHE_RECACHE=1
1617
1718rapids-generate-version > ./VERSION
1819
Original file line number Diff line number Diff line change 33# SPDX-FileCopyrightText: Copyright (c) 2023-2025, NVIDIA CORPORATION & AFFILIATES.
44# SPDX-License-Identifier: BSD-3-Clause
55
6+ export SCCACHE_RECACHE=1
67ucxx_ROOT=" $( realpath ./cpp/build) "
78export ucxx_ROOT
89./build.sh -n -v libucxx libucxx_python libucxx_benchmarks libucxx_examples libucxx_tests --cmake-args=\" -DCMAKE_INSTALL_LIBDIR=lib\"
You can’t perform that action at this time.
0 commit comments