--with-libjson
--prefix=/usr/local
--without-make-clean
+ --without-python
$EXTRA_CONFIGURE
|| (test -s config.log && cat config.log; exit 1)
<<: *base_image
stage: docs
script:
- - ./configure || cat config.log
+ - ./configure --without-python || cat config.log
- make -C doc/misc docbook
- make -C doc/arm Bv9ARM.html
- find bin/ lib/ isc-config.sh.1 -not -path "bin/tests/*" -name "*.[0-9]" -exec mandoc -T lint -Werror "{}" \;
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON} -DOPENSSL_SUPPRESS_DEPRECATED"
+ EXTRA_CONFIGURE: "--with-python"
<<: *alpine_3_15_amd64_image
<<: *build_job
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON}"
- EXTRA_CONFIGURE: "--with-libidn2 --without-python --disable-warn-error"
+ EXTRA_CONFIGURE: "--with-libidn2 --disable-warn-error"
<<: *centos_centos6_i386_image
<<: *build_job