From: Michal Nowak Date: Wed, 9 Aug 2023 19:13:30 +0000 (+0200) Subject: Move clang:bullseye PKCS11 testing to gcc:bullseye X-Git-Tag: v9.19.17~42^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=077d82403ee029619c744e956c62bdea173de00d;p=thirdparty%2Fbind9.git Move clang:bullseye PKCS11 testing to gcc:bullseye Move clang:bullseye:amd64 PKCS11 testing to the gcc:bullseye:amd64 job to evenly represent compilers in PKCS11 testing. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afd250d1d82..975e765bae4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1177,18 +1177,10 @@ clang:bullseye:amd64: variables: CC: ${CLANG} CFLAGS: "${CFLAGS_COMMON} -Wenum-conversion" - # See https://gitlab.isc.org/isc-projects/bind9/-/issues/3444 - EXTRA_CONFIGURE: "--without-jemalloc --disable-leak-detection" <<: *debian_bullseye_amd64_image <<: *build_job system:clang:bullseye: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_bullseye_amd64_image <<: *system_test_job needs: @@ -1206,11 +1198,18 @@ gcc:bullseye:amd64: variables: CC: gcc CFLAGS: "${CFLAGS_COMMON}" - EXTRA_CONFIGURE: "--with-libidn2" + # See https://gitlab.isc.org/isc-projects/bind9/-/issues/3444 + EXTRA_CONFIGURE: "--with-libidn2 --without-jemalloc --disable-leak-detection" <<: *debian_bullseye_amd64_image <<: *build_job system:gcc:bullseye: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_bullseye_amd64_image <<: *system_test_job needs: