From: Ondřej Surý Date: Thu, 19 Jul 2018 15:24:20 +0000 (-0400) Subject: Remove quotes around $EXTRA_CONFIGURE to break out more options into ... more options... X-Git-Tag: v9.13.3~100^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d34aa0ccd0f94491491c13a6bf1c101ab7bc8fc8;p=thirdparty%2Fbind9.git Remove quotes around $EXTRA_CONFIGURE to break out more options into ... more options and not a single one --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 633870d9867..37f19b68f71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -114,7 +114,7 @@ stages: - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}" # - ./autogen.sh script: - - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr "${EXTRA_CONFIGURE}" + - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr $EXTRA_CONFIGURE - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1 artifacts: expire_in: '1 hour'