mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-13 22:22:08 -04:00
Configure Ubuntu "focal" with --disable-doh
At least one CI job should be configured with disabled DoH to catch build problems.
This commit is contained in:
parent
5e4a995a55
commit
335dbfcb17
1 changed files with 1 additions and 1 deletions
|
|
@ -1065,7 +1065,7 @@ gcc:focal:amd64:
|
|||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
EXTRA_CONFIGURE: "--disable-geoip --with-libidn2"
|
||||
EXTRA_CONFIGURE: "--disable-geoip --with-libidn2 --disable-doh"
|
||||
<<: *ubuntu_focal_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue