Skip to content

Commit

Permalink
Redefine variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 8, 2024
1 parent e679f4b commit 8c2a872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/clang_tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ set -u
RAPIDS_VERSION_MAJOR_MINOR="$(rapids-version-major-minor)"

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

0 comments on commit 8c2a872

Please sign in to comment.