]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable tracing in the FIPS enabled builds
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Aug 2023 05:46:27 +0000 (07:46 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 23 Aug 2023 09:06:14 +0000 (11:06 +0200)
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.

.gitlab-ci.yml

index 118d8deca6aa166d1a41214a6e63b3c1d07de796..1dd538519ee8bbb2d4e1057739a4a99a522a8d51 100644 (file)
@@ -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