From: Ondřej Surý Date: Wed, 23 Aug 2023 05:46:27 +0000 (+0200) Subject: Disable tracing in the FIPS enabled builds X-Git-Tag: v9.19.17~36^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a80608200db2e1d30b9003ca9a785f7bd465bb01;p=thirdparty%2Fbind9.git Disable tracing in the FIPS enabled builds The dtrace command fails with segmentation fault in the FIPS-enabled builds, thus we need to disable the tracing in the CI for the FIPS jobs. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 118d8deca6a..1dd538519ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -731,7 +731,7 @@ gcc:8fips:amd64: variables: CC: gcc CFLAGS: "${CFLAGS_COMMON}" - EXTRA_CONFIGURE: "--with-libidn2 --enable-fips-mode" + EXTRA_CONFIGURE: "--with-libidn2 --enable-fips-mode --disable-tracing" <<: *oraclelinux_8fips_amd64_image <<: *build_job <<: *api_schedules_tags_triggers_web_triggering_rules @@ -756,7 +756,7 @@ gcc:9fips:amd64: variables: CC: gcc CFLAGS: "${CFLAGS_COMMON}" - EXTRA_CONFIGURE: "--with-libidn2 --enable-fips-mode --disable-leak-detection" + EXTRA_CONFIGURE: "--with-libidn2 --enable-fips-mode --disable-leak-detection --disable-tracing" <<: *oraclelinux_9fips_amd64_image <<: *build_job <<: *api_schedules_tags_triggers_web_triggering_rules