From: Dmitry Baryshkov <dbarysh...@gmail.com>

GnuTLS is now compatible again with Nettle master branch. Remove
--disable-gost.

Signed-off-by: Dmitry Baryshkov <dbarysh...@gmail.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 663f98f5cb8e..5b348f38568f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -100,7 +100,7 @@ build/gnutls:
     make -j4 && make install
   - git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git 
gnutls-git
   - cd gnutls-git && git submodule update --init && ./bootstrap &&
-    ./configure --disable-gost --disable-cxx --disable-guile --disable-doc && 
make -j$(nproc) &&
+    ./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) 
&&
     make -j $(nproc) check
   tags:
   - shared
-- 
2.25.0

_______________________________________________
nettle-bugs mailing list
nettle-bugs@lists.lysator.liu.se
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to