فهرست منبع

ci: update cuda9.2 base image after DST Root CA X3 expiry

Brad King 4 سال پیش
والد
کامیت
5329366527
2فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 6 0
      .gitlab/ci/docker/cuda9.2/install_deps.sh
  2. 1 1
      .gitlab/os-linux.yml

+ 6 - 0
.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++ \

+ 1 - 1
.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"