From: Niels Möller Date: Sun, 10 May 2020 17:29:20 +0000 (+0200) Subject: gitlab-ci: Reenable gost in gnutls build X-Git-Tag: nettle_3.7rc1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c43f5ba231813ff5cf1ba729531948f2d4b05b;p=thirdparty%2Fnettle.git gitlab-ci: Reenable gost in gnutls build --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b904e9c4..9f3b5c63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ build/gnutls: - git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git gnutls-git - cd gnutls-git && git submodule update --init && ./bootstrap && ./configure PKG_CONFIG_PATH="$(pwd)/../local/lib/pkgconfig" CPPFLAGS="-I$(pwd)/../local/include" - LDFLAGS="-L$(pwd)/../local/lib -Wl,-rpath,$(pwd)/../local/lib" --disable-gost --disable-cxx --disable-guile --disable-doc && + LDFLAGS="-L$(pwd)/../local/lib -Wl,-rpath,$(pwd)/../local/lib" --disable-cxx --disable-guile --disable-doc && make -j$(nproc) && make -j $(nproc) check tags: - shared