summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-01-24 22:04:41 +0300
committerDmitry Baryshkov <dbaryshkov@gmail.com>2020-01-24 22:04:41 +0300
commit00f7859bd9a3fe76f3d8e88997121929c34da3c5 (patch)
treefb5d976cd4df37e087bd9cd45114502876693d59
parent06e044f96a1b9f61cd9324803fcf772c05a44be2 (diff)
downloadgnutls-00f7859bd9a3fe76f3d8e88997121929c34da3c5.tar.gz
.gitlab-ci.yml: remove --disable-gost from nettle-master test
Remove --disable-gost switch from the test using Nettle's master branch as GnuTLS is now compatible again with nettle/master. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f124e6e95..f91523821f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -644,7 +644,7 @@ nettle-master.Fedora:
- make -j$(nproc) install
- popd
- SUBMODULE_NOFETCH=1 ./bootstrap
- - PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig dash ./configure --cache-file cache/config.cache --disable-gcc-warnings --disable-doc --disable-guile --disable-gost
+ - PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig dash ./configure --cache-file cache/config.cache --disable-gcc-warnings --disable-doc --disable-guile
- make -j$(nproc)
- PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig LD_LIBRARY_PATH=$NETTLE_DIR/lib64 make -j$(nproc) check
tags: