From 9de9e70ec798107e5355c198b4526c272f8268dc Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 26 Feb 2024 09:05:23 -0500 Subject: [PATCH] Clear bad sccache objects --- ci/build_cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index 2778c2a7d7..5493bbee8f 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -5,8 +5,8 @@ set -euo pipefail rapids-configure-conda-channels +export SCCACHE_RECACHE=1 source rapids-configure-sccache - source rapids-date-string export CMAKE_GENERATOR=Ninja