]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Also drop softhsm2.6 jobs
authorOndřej Surý <ondrej@isc.org>
Fri, 16 Aug 2024 07:07:52 +0000 (09:07 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 16 Aug 2024 07:07:52 +0000 (09:07 +0200)
.gitlab-ci.yml

index 0aeb28e41a32090e14c14a61fb63e6926d5e43c0..146299a87b0a65b4d70b914b6b2ab35b7785f211 100644 (file)
@@ -992,32 +992,6 @@ unit:clang:bookworm:amd64:
     - job: clang:bookworm:amd64
       artifacts: true
 
-# Jobs for PKCS#11-enabled builds
-
-gcc:softhsm2.6:
-  variables:
-    CC: gcc
-    CFLAGS: "${CFLAGS_COMMON} -O1"
-    EXTRA_CONFIGURE: "--with-libidn2 --enable-native-pkcs11 --with-pkcs11=/usr/lib/softhsm/libsofthsm2.so"
-  <<: *debian_bookworm_amd64_image
-  <<: *build_job
-
-system:gcc:softhsm2.6:
-  variables:
-    DISABLE_ALGORITHM_SUPPORT_CHECKING: 1
-  <<: *debian_bookworm_amd64_image
-  <<: *system_test_job
-  needs:
-    - job: gcc:softhsm2.6
-      artifacts: true
-
-unit:gcc:softhsm2.6:
-  <<: *debian_bookworm_amd64_image
-  <<: *unit_test_job
-  needs:
-    - job: gcc:softhsm2.6
-      artifacts: true
-
 # Jobs for Clang builds on FreeBSD 13 (amd64)
 
 clang:freebsd13:amd64: