diff --git a/ci/clang_tidy.sh b/ci/clang_tidy.sh index bf004cd025d..fa65c173557 100755 --- a/ci/clang_tidy.sh +++ b/ci/clang_tidy.sh @@ -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