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:
Michal Nowak 2024-04-24 19:54:15 +02:00
parent 5e4a995a55
commit 335dbfcb17
No known key found for this signature in database

View file

@ -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