Skip to content

Commit

Permalink
Set up sccache to avoid recompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 8, 2024
1 parent f34ce1b commit a95d09e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/clang_tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ set -u

RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)"

source rapids-configure-sccache

# Run the build via CMake, which will run clang-tidy when CUDF_CLANG_TIDY is enabled.
cmake -S cpp -B cpp/build -DCMAKE_BUILD_TYPE=Release -DCUDF_CLANG_TIDY=ON -GNinja
cmake --build cpp/build

0 comments on commit a95d09e

Please sign in to comment.