Re: [PATCH] gitlab-ci: reenable GOST compilation
Dmitry Baryshkov writes: >> From: Dmitry Baryshkov >> >> 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 -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance. ___ nettle-bugs mailing list nettle-bugs@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
Re: [PATCH] gitlab-ci: reenable GOST compilation
вт, 11 февр. 2020 г. в 22:58, : > > From: Dmitry Baryshkov > > 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 > --- > .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 > -- With best wishes Dmitry ___ nettle-bugs mailing list nettle-bugs@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
[PATCH] gitlab-ci: reenable GOST compilation
From: Dmitry Baryshkov GnuTLS is now compatible again with Nettle master branch. Remove --disable-gost. Signed-off-by: Dmitry Baryshkov --- .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