Disable leak detection in FIPS mode

This commit is contained in:
Mark Andrews 2023-03-22 12:43:49 +11:00
parent 2abd6c7ab4
commit 5e68be6a03

View file

@ -666,7 +666,7 @@ gcc:9fips:amd64:
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON}"
EXTRA_CONFIGURE: "--with-libidn2 --enable-fips-mode"
EXTRA_CONFIGURE: "--with-libidn2 --enable-fips-mode --disable-leak-detection"
<<: *oraclelinux_9fips_amd64_image
<<: *build_job
<<: *api_schedules_tags_triggers_web_triggering_rules