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-05-06 18:38:44 +02:00
parent 5e4a995a55
commit 335dbfcb17
+1 -1
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