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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user