The current Nettle master branch (for 4.0 release) contains
incompatible changes which GnuTLS hasn't yet accommodated. This sticks
to the latest 3.10 branch to work that around.
Signed-off-by: Daiki Ueno <ueno@gnu.org>
variables:
COMPILER: clang
NETTLE_DIR: nettle
+ NETTLE_BRANCH: release-3.10-fixes
.fedora-leancrypto:
extends:
needs:
- fedora/bootstrap
script:
- - git clone --depth 1 --branch master https://gitlab.com/gnutls/nettle.git nettle-git
+ - git clone --depth 1 --branch $NETTLE_BRANCH https://gitlab.com/gnutls/nettle.git nettle-git
- pushd nettle-git
- rm -rf .git # for artifacts:untracked to work
- ./.bootstrap