]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop Debian SoftHSM v2.4 CI jobs
authorMichal Nowak <mnowak@isc.org>
Wed, 1 Dec 2021 15:01:22 +0000 (16:01 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 14 Dec 2021 11:33:52 +0000 (12:33 +0100)
The base image is in the process of being upgraded from Debian Buster to
Debian Bullseye, which has SoftHSM v2.6, the same SoftHSM version we
already test PKCS#11 with on Fedora. We don't need to test with two
SoftHSM 2.6 versions, drop CI jobs running on the base image.

.gitlab-ci.yml

index c7e997a29c4f70a2bd3c22a35f5cc92dc4950cc1..58be57c62599b28ec5d34b10044b20240e057dd1 100644 (file)
@@ -1099,30 +1099,6 @@ unit:clang:buster:amd64:
     - job: clang:buster:amd64
       artifacts: true
 
-# Jobs for PKCS#11-enabled GCC builds on Debian "sid" (amd64)
-
-gcc:softhsm2.4:
-  variables:
-    CC: gcc
-    CFLAGS: "${CFLAGS_COMMON}"
-    EXTRA_CONFIGURE: "--enable-native-pkcs11 --with-pkcs11=/usr/lib/softhsm/libsofthsm2.so"
-  <<: *base_image
-  <<: *build_job
-
-system:gcc:softhsm2.4:
-  <<: *base_image
-  <<: *system_test_job
-  needs:
-    - job: gcc:softhsm2.4
-      artifacts: true
-
-unit:gcc:softhsm2.4:
-  <<: *base_image
-  <<: *unit_test_job
-  needs:
-    - job: gcc:softhsm2.4
-      artifacts: true
-
 # Jobs for PKCS#11-enabled GCC builds on Fedora 34 (amd64)
 
 gcc:softhsm2.6: