]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable softhsm2.4 and softhsm2.6 builds and tests from the CI
authorOndřej Surý <ondrej@sury.org>
Tue, 7 Sep 2021 19:54:48 +0000 (21:54 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 9 Sep 2021 13:35:39 +0000 (15:35 +0200)
Until we have a system test that would directly test the engine_pkcs11
integration, we need to disable the system tests that enabled native
PKCS#11 in the CI because it's currently broken.

.gitlab-ci.yml

index 57a20eea7259adc5e021f3fcaba1085c5560ccf4..df82009d5b5d6494ac030ac68d7ac7aea8d2c9dc 100644 (file)
@@ -1024,54 +1024,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: "--without-jemalloc --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:
-  variables:
-    CC: gcc
-    CFLAGS: "${CFLAGS_COMMON} -O1"
-    EXTRA_CONFIGURE: "--with-libidn2 --enable-native-pkcs11 --with-pkcs11=/usr/lib64/pkcs11/libsofthsm2.so"
-  <<: *fedora_34_amd64_image
-  <<: *build_job
-
-system:gcc:softhsm2.6:
-  <<: *fedora_34_amd64_image
-  <<: *system_test_job
-  needs:
-    - job: gcc:softhsm2.6
-      artifacts: true
-
-unit:gcc:softhsm2.6:
-  <<: *fedora_34_amd64_image
-  <<: *unit_test_job
-  needs:
-    - job: gcc:softhsm2.6
-      artifacts: true
-
 # Jobs for Clang builds on FreeBSD 11 (amd64)
 
 clang:freebsd11:amd64: