]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: temporarily disable implicit library init on MinGW64
authorDaiki Ueno <ueno@gnu.org>
Mon, 15 Jan 2024 00:02:47 +0000 (09:02 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 2 Jun 2024 23:16:18 +0000 (08:16 +0900)
This doesn't seem to work on the latest Wine 8.19.

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

index 945f1c97b5142693f62dd8c9c2df763d153feda4..9c2388f996f928a0a302caca706077d01d288be6 100644 (file)
@@ -872,6 +872,8 @@ mingw64/test:
   extends:
     - .mingw/test
     - .mingw64
+  variables:
+    GNUTLS_NO_IMPLICIT_INIT: 1
   dependencies:
     - mingw64/build
   needs:
@@ -900,6 +902,8 @@ mingw64-vista/test:
     - .mingw/test
     - .mingw64
     - .mingw-vista
+  variables:
+    GNUTLS_NO_IMPLICIT_INIT: 1
   dependencies:
     - mingw64-vista/build
   needs: