mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
ci: update cuda9.2 base image after DST Root CA X3 expiry
This commit is contained in:
@@ -4,6 +4,12 @@ set -e
|
|||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
|
# Update base packages.
|
||||||
|
apt-get install -y \
|
||||||
|
libgnutls30 \
|
||||||
|
libssl1.0.0 \
|
||||||
|
openssl
|
||||||
|
|
||||||
# Install development tools.
|
# Install development tools.
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
g++ \
|
g++ \
|
||||||
|
|||||||
@@ -209,7 +209,7 @@
|
|||||||
### CUDA builds
|
### CUDA builds
|
||||||
|
|
||||||
.cuda9.2:
|
.cuda9.2:
|
||||||
image: "kitware/cmake:ci-cuda9.2-x86_64-2021-07-01"
|
image: "kitware/cmake:ci-cuda9.2-x86_64-2021-10-01"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||||
|
|||||||
Reference in New Issue
Block a user