Skip to content
Snippets Groups Projects
Commit cdbbe64a authored by Niels Möller's avatar Niels Möller
Browse files

gitlab-ci: Disable gost in gnutls build

Current gost support in gnutls depends on nettle internals.
parent c649509f
Branches
No related tags found
No related merge requests found
......@@ -93,7 +93,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-cxx --disable-guile --disable-doc && make -j$(nproc) &&
./configure --disable-gost --disable-cxx --disable-guile --disable-doc && make -j$(nproc) &&
make -j $(nproc) check
tags:
- shared
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment