Skip to content

Commit 37ea3e6

Browse files
committed
clang 19
1 parent d71b2bf commit 37ea3e6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci-correaa.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ culang++-16 cuda-11.4.3:
664664
- ctest -j 2 --output-on-failure
665665
needs: ["cuda", "clang++"]
666666

667-
culang++-18 cuda-12.5.1 tidy:
667+
culang++-19 cuda-12.5.1 tidy: # clang 18 supports up to cuda 12.3
668668
stage: build
669669
image: nvcr.io/nvidia/cuda:12.5.1-devel-ubuntu24.04 # nvcr.io/nvidia/cuda:12.2.2-devel-ubuntu22.04 # nvcr.io/nvidia/cuda:12.0.0-devel-ubuntu22.04
670670
allow_failure: false
@@ -679,12 +679,12 @@ culang++-18 cuda-12.5.1 tidy:
679679
- apt-get install --no-install-recommends -y lsb-release software-properties-common
680680
- wget https://apt.llvm.org/llvm.sh
681681
- chmod u+x llvm.sh
682-
- ./llvm.sh 18
683-
- apt-get install --no-install-recommends -y clang-tidy-18
682+
- ./llvm.sh 19
683+
- apt-get install --no-install-recommends -y clang-tidy-19
684684
- mkdir build && cd build
685-
- clang++-18 --version
686-
- clang-tidy-18 --version
687-
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CLANG_TIDY=clang-tidy-18 -DENABLE_CUDA=1 -DCMAKE_CUDA_COMPILER=clang++-18 -DCMAKE_CXX_COMPILER=clang++-18
685+
- clang++-19 --version
686+
- clang-tidy-19 --version
687+
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CLANG_TIDY=clang-tidy-19 -DENABLE_CUDA=1 -DCMAKE_CUDA_COMPILER=clang++-19 -DCMAKE_CXX_COMPILER=clang++-19
688688
- cmake --build . --parallel 2 || cmake --build . --verbose
689689
- ctest -j 2 --output-on-failure
690690
# needs: ["cuda", "clang++"]

0 commit comments

Comments
 (0)