mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:00:00 -04:00
Disable leak detection in FIPS mode
This commit is contained in:
parent
2abd6c7ab4
commit
5e68be6a03
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue