Broaden scope of abi-check

For abi-check we should use as broad 'configure' options as possible.
This commit is contained in:
Michal Nowak 2020-08-06 14:23:38 +02:00
parent f85bb0691c
commit 8e43f5e860
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

@ -1294,6 +1294,7 @@ abi-check:
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON} -Og"
EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2"
BIND_BASELINE_VERSION: v9_17_3
script:
- *configure