]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Let Debian sid image leverage PKCS#11 with OpenSSL 3
authorMichal Nowak <mnowak@isc.org>
Tue, 13 Sep 2022 17:44:37 +0000 (19:44 +0200)
committerMark Andrews <marka@isc.org>
Fri, 23 Sep 2022 03:17:55 +0000 (13:17 +1000)
.gitlab-ci.yml

index 6c14c941b16383b0705d99ddcdfa1952aa5ea440..b72e88b14b12e8c9b9f48c0dfcf852835ded71a0 100644 (file)
@@ -790,12 +790,19 @@ gcc:sid:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON} -O3"
-    EXTRA_CONFIGURE: "--with-libidn2 --without-lmdb ${WITH_READLINE}"
+    # For the jemalloc ./configure option, see https://gitlab.isc.org/isc-projects/bind9/-/issues/3444
+    EXTRA_CONFIGURE: "--with-libidn2 --without-lmdb --without-jemalloc ${WITH_READLINE}"
     RUN_MAKE_INSTALL: 1
   <<: *debian_sid_amd64_image
   <<: *build_job
 
 system:gcc:sid:amd64:
+  # Set up environment variables that allow the "keyfromlabel" system test to be run
+  variables:
+    DEFAULT_OPENSSL_CONF: "/etc/ssl/openssl.cnf"
+    OPENSSL_CONF: "/var/tmp/etc/openssl.cnf"
+    SOFTHSM2_CONF: "/var/tmp/softhsm2/softhsm2.conf"
+    SOFTHSM2_MODULE: "/usr/lib/softhsm/libsofthsm2.so"
   <<: *debian_sid_amd64_image
   <<: *system_test_job
   needs: