mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 21:41:06 -05:00
ci: add libomp to cuda12.2 base image
This commit is contained in:
@@ -14,6 +14,7 @@ env DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install -y \
|
||||
g++ \
|
||||
clang-18 \
|
||||
libomp-18-dev \
|
||||
curl \
|
||||
git
|
||||
|
||||
|
||||
@@ -396,7 +396,7 @@
|
||||
|
||||
.cuda12.2:
|
||||
extends: .cuda
|
||||
image: "kitware/cmake:ci-cuda12.2-x86_64-2024-04-05"
|
||||
image: "kitware/cmake:ci-cuda12.2-x86_64-2024-09-25"
|
||||
variables:
|
||||
CMAKE_ARCH: x86_64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user