From: Ludovic Courtès Date: Sat, 20 Jul 2019 14:13:02 +0000 (+0200) Subject: .gitlab-ci.yml: minimal.Fedora.x86_64: Pass '--disable-guile' the 2nd time as well. X-Git-Tag: gnutls_3_6_10~12^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2879ddfa89f70bfe49f54ed334510a00e6440933;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: minimal.Fedora.x86_64: Pass '--disable-guile' the 2nd time as well. Signed-off-by: Ludovic Courtès --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70331c929c..b0e1ced564 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,6 +124,7 @@ minimal.Fedora.x86_64: --disable-ssl3-support --disable-ssl2-support --disable-doc --enable-openssl-compatibility --disable-gcc-warnings --with-system-priority-file="" --disable-gost + --disable-guile - make clean - make -j$(nproc) tags: