]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: use Nettle from release-3.10-fixes branch
authorDaiki Ueno <ueno@gnu.org>
Fri, 21 Mar 2025 00:30:00 +0000 (09:30 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 22 Mar 2025 01:52:16 +0000 (10:52 +0900)
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>
.gitlab-ci.yml

index ac8911c1ea07b646d66f465ad4a3437522d7319f..3f2d0d15d12ef774b307f7eb7a48a09d4b6e57fa 100644 (file)
@@ -105,6 +105,7 @@ default:
   variables:
     COMPILER: clang
     NETTLE_DIR: nettle
+    NETTLE_BRANCH: release-3.10-fixes
 
 .fedora-leancrypto:
   extends:
@@ -467,7 +468,7 @@ fedora-FIPS140-2/test:
   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