summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-04 14:24:10 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-10-04 14:24:29 (GMT)
commit815dd8a92074a0948da57ba512ce402680692d30 (patch)
tree4e5b4e9ebab31eb4311c29a8d58402e504714895
parent8dee2c3aee3495fcb4df3f41e4a31aa7ffc38567 (diff)
parent5329366527f5e03cdafe4f7ad55482d513bf2fd7 (diff)
downloadCMake-815dd8a92074a0948da57ba512ce402680692d30.zip
CMake-815dd8a92074a0948da57ba512ce402680692d30.tar.gz
CMake-815dd8a92074a0948da57ba512ce402680692d30.tar.bz2
Merge topic 'ci-cuda9.2'
5329366527 ci: update cuda9.2 base image after DST Root CA X3 expiry Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6583
-rwxr-xr-x.gitlab/ci/docker/cuda9.2/install_deps.sh6
-rw-r--r--.gitlab/os-linux.yml2
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab/ci/docker/cuda9.2/install_deps.sh b/.gitlab/ci/docker/cuda9.2/install_deps.sh
index 146f982..0dcb507 100755
--- a/.gitlab/ci/docker/cuda9.2/install_deps.sh
+++ b/.gitlab/ci/docker/cuda9.2/install_deps.sh
@@ -4,6 +4,12 @@ set -e
apt-get update
+# Update base packages.
+apt-get install -y \
+ libgnutls30 \
+ libssl1.0.0 \
+ openssl
+
# Install development tools.
apt-get install -y \
g++ \
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index 1513c90..948775c 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -209,7 +209,7 @@
### CUDA builds
.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:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"