ci: Update cuda13.2-x86_64 base image to clang-23

This commit is contained in:
Robert Maynard
2026-09-03 13:26:45 -04:00
parent ce3d0af576
commit 64dac60df9
3 changed files with 5 additions and 5 deletions
@@ -6,8 +6,8 @@ unzip
# Compilers
g++
g++-aarch64-linux-gnu
clang-22
libomp-22-dev
clang-23
libomp-23-dev
# CUDA Extras
cuda-cross-sbsa-13-2
+2 -2
View File
@@ -1,2 +1,2 @@
deb http://apt.llvm.org/noble/ llvm-toolchain-noble-22 main
deb-src http://apt.llvm.org/noble/ llvm-toolchain-noble-22 main
deb http://apt.llvm.org/noble/ llvm-toolchain-noble-23 main
deb-src http://apt.llvm.org/noble/ llvm-toolchain-noble-23 main
+1 -1
View File
@@ -575,7 +575,7 @@
.cuda13.2:
extends: .cuda
image: "kitware/cmake:ci-cuda13.2-x86_64-2026-05-13"
image: "kitware/cmake:ci-cuda13.2-x86_64-2026-09-01"
variables:
CMAKE_ARCH: x86_64