From b0c7cda6d74f5b060b7493e80653cc77d1bf424e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 14 Mar 2018 11:33:09 +0100 Subject: [PATCH] Enable --with-libidn2 in GitLab CI checks (cherry picked from commit 1c075646f5b7b8e68e482459e7aea5a403c64364) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6df7929b2..a337a9c352 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ stages: - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}" - autoreconf -fi script: - - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local + - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local --with-libidn2 - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1 artifacts: expire_in: '1 hour'