File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ jobs:
193193 node_type : " cpu8"
194194 rapids-aux-secret-1 : GIST_REPO_READ_ORG_GITHUB_TOKEN
195195 env : |
196- SCCACHE_RECACHE=1
197196 SCCACHE_DIST_MAX_RETRIES=inf
198197 SCCACHE_SERVER_LOG=sccache=debug
199198 SCCACHE_DIST_FALLBACK_TO_LOCAL_COMPILE=false
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ 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
1716
1817rapids-generate-version > ./VERSION
1918
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
76ucxx_ROOT=" $( realpath ./cpp/build) "
87export ucxx_ROOT
98./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