Skip to content

Commit

Permalink
Resetting sccache so we can see how long the build takes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Feb 7, 2023
1 parent 875601c commit 585fc47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/recipes/libraft/build_libraft_distance.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions conda/recipes/libraft/build_libraft_nn.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions conda/recipes/libraft/build_libraft_tests.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 585fc47

Please sign in to comment.