mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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