]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: disable fedora-nettle pipelines
authorDaiki Ueno <ueno@gnu.org>
Tue, 22 Jul 2025 06:29:05 +0000 (15:29 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 24 Jul 2025 05:52:48 +0000 (14:52 +0900)
Now that we pin Nettle to the 3.10 branch, building Nettle from source
always result in the (almost) identical binaries.  Skip them for now,
until GnuTLS supports the Nettle 4 API.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
.gitlab-ci.yml

index df9ec4fd4511ad398a7d83a5b7ce3fda57219fc7..ecad3dcba712b236b80d5d6408928fcb47578fee 100644 (file)
@@ -457,27 +457,27 @@ fedora-SSL-3.0/test:
     - .test
     - .fedora-nettle
 
-fedora-nettle/build:
-  extends:
-    - .fedora-nettle/build
-  variables:
-    NETTLE_CONFIGURE_ARGS: ""
+fedora-nettle/build:
+  extends:
+    - .fedora-nettle/build
+  variables:
+    NETTLE_CONFIGURE_ARGS: ""
 
-fedora-nettle/test:
-  extends:
-    - .fedora-nettle/test
-  dependencies:
-    - fedora-nettle/build
-  needs:
-    - fedora-nettle/build
-  script:
-    - PKG_CONFIG_PATH=${PWD}/nettle-git/$NETTLE_DIR/lib64/pkgconfig LD_LIBRARY_PATH=${PWD}/nettle-git/$NETTLE_DIR/lib64 make -j$CHECKJOBS check
+fedora-nettle/test:
+  extends:
+    - .fedora-nettle/test
+  dependencies:
+    - fedora-nettle/build
+  needs:
+    - fedora-nettle/build
+  script:
+    - PKG_CONFIG_PATH=${PWD}/nettle-git/$NETTLE_DIR/lib64/pkgconfig LD_LIBRARY_PATH=${PWD}/nettle-git/$NETTLE_DIR/lib64 make -j$CHECKJOBS check
 
-fedora-nettle-minigmp/build:
-  extends:
-    - .fedora-nettle/build
-  variables:
-    NETTLE_CONFIGURE_ARGS: "--enable-mini-gmp"
+fedora-nettle-minigmp/build:
+  extends:
+    - .fedora-nettle/build
+  variables:
+    NETTLE_CONFIGURE_ARGS: "--enable-mini-gmp"
 
 # fedora-nettle-minigmp/test:
 #   extends: