mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 07:12:04 -04:00
Broaden scope of abi-check
For abi-check we should use as broad 'configure' options as possible.
This commit is contained in:
parent
f85bb0691c
commit
8e43f5e860
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue