mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 10:42:04 -04:00
Disable libidn2 on Debian stretch images
This commit is contained in:
parent
28b0de3e86
commit
c746037622
1 changed files with 0 additions and 2 deletions
|
|
@ -215,7 +215,6 @@ build:clang:debian:stretch:amd64:
|
|||
variables:
|
||||
CC: clang
|
||||
CFLAGS: "-Wall -Wextra -Wenum-conversion -O2 -g"
|
||||
EXTRA_CONFIGURE: "--with-libidn2"
|
||||
<<: *debian_stretch_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
|
|
@ -245,7 +244,6 @@ build:clang:debian:stretch:i386:
|
|||
variables:
|
||||
CC: clang
|
||||
CFLAGS: "-Wall -Wextra -Wenum-conversion -O2 -g"
|
||||
EXTRA_CONFIGURE: "--with-libidn2"
|
||||
<<: *debian_stretch_i386_image
|
||||
<<: *build_job
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue