File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 44
55set -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
1010source rapids-configure-sccache
1111
Original file line number Diff line number Diff line change 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-
84export CMAKE_CUDA_COMPILER_LAUNCHER=sccache
95export CMAKE_CXX_COMPILER_LAUNCHER=sccache
106export CMAKE_C_COMPILER_LAUNCHER=sccache
You can’t perform that action at this time.
0 commit comments