2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Test the --disable-doh switch in GitLab CI

Use the --disable-doh switch for all Ubuntu 22.04 builds in GitLab CI to
immediately flag any code changes that would break such builds.
This commit is contained in:
Michał Kępień
2022-09-07 12:50:08 +02:00
parent 7fec4505da
commit d8644930b4

View File

@@ -945,7 +945,7 @@ gcc:jammy:amd64:
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON}"
EXTRA_CONFIGURE: "--with-libidn2"
EXTRA_CONFIGURE: "--with-libidn2 --disable-doh"
<<: *ubuntu_jammy_amd64_image
<<: *build_job