Skip to content

Commit 4e170e0

Browse files
committed
Revert "set SCCACHE_RECACHE=1"
This reverts commit ed0e835.
1 parent ed0e835 commit 4e170e0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

ci/build_wheel.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ source rapids-init-pip
1313

1414
export SCCACHE_S3_PREPROCESSOR_CACHE_KEY_PREFIX="${package_name}/${RAPIDS_CONDA_ARCH}/cuda${RAPIDS_CUDA_VERSION%%.*}/wheel/preprocessor-cache"
1515
export SCCACHE_S3_USE_PREPROCESSOR_CACHE_MODE=true
16-
export SCCACHE_RECACHE=1
1716

1817
rapids-generate-version > ./VERSION
1918

conda/recipes/ucxx/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# SPDX-FileCopyrightText: Copyright (c) 2023-2025, NVIDIA CORPORATION & AFFILIATES.
44
# SPDX-License-Identifier: BSD-3-Clause
55

6-
export SCCACHE_RECACHE=1
76
ucxx_ROOT="$(realpath ./cpp/build)"
87
export ucxx_ROOT
98
./build.sh -n -v libucxx libucxx_python libucxx_benchmarks libucxx_examples libucxx_tests --cmake-args=\"-DCMAKE_INSTALL_LIBDIR=lib\"

0 commit comments

Comments
 (0)