Skip to content

Commit 9ea0556

Browse files
committed
trace
1 parent 86d4ab2 commit 9ea0556

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ci/build_conda_python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
set -euo pipefail
66

7-
# Verbose sccache logging (S3 errors, cache keys). Remove or unset after debugging.
8-
export SCCACHE_LOG=debug
7+
# Maximum sccache verbosity (includes per-request / storage detail). Remove after debugging.
8+
export SCCACHE_LOG=trace
99

1010
source rapids-configure-sccache
1111

ci/setup_sccache.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# Verbose sccache logging (S3 errors, cache keys). Remove or unset after debugging.
5-
export SCCACHE_LOG=debug
6-
exit 1
7-
84
export CMAKE_CUDA_COMPILER_LAUNCHER=sccache
95
export CMAKE_CXX_COMPILER_LAUNCHER=sccache
106
export CMAKE_C_COMPILER_LAUNCHER=sccache

0 commit comments

Comments
 (0)