mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
ci: add unzip to cuda13.0 base image
This is needed to extract FASTBuild binaries in CI jobs.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Host tools
|
||||
curl
|
||||
git
|
||||
unzip
|
||||
|
||||
# Compilers
|
||||
g++
|
||||
|
||||
@@ -514,7 +514,7 @@
|
||||
|
||||
.cuda13.0:
|
||||
extends: .cuda
|
||||
image: "kitware/cmake:ci-cuda13.0-x86_64-2025-09-18"
|
||||
image: "kitware/cmake:ci-cuda13.0-x86_64-2025-10-20"
|
||||
variables:
|
||||
CMAKE_ARCH: x86_64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user