mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ci: Update cuda13.2-x86_64 base image to clang-23
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user