summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-01 14:21:39 (GMT)
committerBrad King <brad.king@kitware.com>2021-10-01 14:21:39 (GMT)
commit5329366527f5e03cdafe4f7ad55482d513bf2fd7 (patch)
tree3325873c675f9b21db527d4eacfa9673971fa43f /.gitlab
parentb3a0bddc4e1c8f1f86078cdffaebbc4c493e4409 (diff)
downloadCMake-5329366527f5e03cdafe4f7ad55482d513bf2fd7.zip
CMake-5329366527f5e03cdafe4f7ad55482d513bf2fd7.tar.gz
CMake-5329366527f5e03cdafe4f7ad55482d513bf2fd7.tar.bz2
ci: update cuda9.2 base image after DST Root CA X3 expiry
Diffstat (limited to '.gitlab')
-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"