From: Dmitry Baryshkov dbaryshkov@gmail.com
GnuTLS is now compatible again with Nettle master branch. Remove --disable-gost.
Signed-off-by: Dmitry Baryshkov dbaryshkov@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
вт, 11 февр. 2020 г. в 22:58, dbaryshkov@gmail.com:
From: Dmitry Baryshkov dbaryshkov@gmail.com
GnuTLS is now compatible again with Nettle master branch. Remove --disable-gost.
Is there a chance to get this applied? We have corresponding test in GnuTLS CI, but it would be nice to have it on both sides.
Signed-off-by: Dmitry Baryshkov dbaryshkov@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
Dmitry Baryshkov dbaryshkov@gmail.com writes:
From: Dmitry Baryshkov dbaryshkov@gmail.com
GnuTLS is now compatible again with Nettle master branch. Remove --disable-gost.
Is there a chance to get this applied? We have corresponding test in GnuTLS CI, but it would be nice to have it on both sides.
Pushed to master-updates branch now.
Regards, /Niels
nettle-bugs@lists.lysator.liu.se