From 585fc47d2183823d2bd21377dda35c615d52f00f Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Tue, 7 Feb 2023 17:22:32 -0500 Subject: [PATCH] Resetting sccache so we can see how long the build takes --- conda/recipes/libraft/build_libraft_distance.sh | 1 + conda/recipes/libraft/build_libraft_nn.sh | 2 ++ conda/recipes/libraft/build_libraft_tests.sh | 2 ++ 3 files changed, 5 insertions(+) diff --git a/conda/recipes/libraft/build_libraft_distance.sh b/conda/recipes/libraft/build_libraft_distance.sh index d7e995fc03..a7a15365ef 100644 --- a/conda/recipes/libraft/build_libraft_distance.sh +++ b/conda/recipes/libraft/build_libraft_distance.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash # Copyright (c) 2022-2023, NVIDIA CORPORATION. +export SCCACHE_RECACHE=1 ./build.sh libraft -v --allgpuarch --compile-dist --no-nvtx diff --git a/conda/recipes/libraft/build_libraft_nn.sh b/conda/recipes/libraft/build_libraft_nn.sh index 9865922cd0..a99d4883fa 100644 --- a/conda/recipes/libraft/build_libraft_nn.sh +++ b/conda/recipes/libraft/build_libraft_nn.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash # Copyright (c) 2022-2023, NVIDIA CORPORATION. +export SCCACHE_RECACHE=1 + ./build.sh libraft -v --allgpuarch --compile-nn --no-nvtx diff --git a/conda/recipes/libraft/build_libraft_tests.sh b/conda/recipes/libraft/build_libraft_tests.sh index 6adbbe78e1..b2fb590a44 100644 --- a/conda/recipes/libraft/build_libraft_tests.sh +++ b/conda/recipes/libraft/build_libraft_tests.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2022-2023, NVIDIA CORPORATION. +export SCCACHE_RECACHE=1 + ./build.sh tests bench -v --allgpuarch --no-nvtx cmake --install cpp/build --component testing