We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aad02e commit 86d4ab2Copy full SHA for 86d4ab2
ci/build_conda_python.sh
@@ -4,6 +4,9 @@
4
5
set -euo pipefail
6
7
+# Verbose sccache logging (S3 errors, cache keys). Remove or unset after debugging.
8
+export SCCACHE_LOG=debug
9
+
10
source rapids-configure-sccache
11
12
source rapids-date-string
ci/setup_sccache.sh
@@ -1,6 +1,10 @@
1
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
+exit 1
export CMAKE_CUDA_COMPILER_LAUNCHER=sccache
export CMAKE_CXX_COMPILER_LAUNCHER=sccache
export CMAKE_C_COMPILER_LAUNCHER=sccache
0 commit comments