]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: remove bz2049401 workaround
authorAlexander Sosedkin <asosedkin@redhat.com>
Thu, 6 Nov 2025 09:58:52 +0000 (10:58 +0100)
committerAlexander Sosedkin <asosedkin@redhat.com>
Tue, 18 Nov 2025 15:48:20 +0000 (16:48 +0100)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
.gitlab-ci.yml

index 840b964ab8e16d96777f8f9b1732d465e8bc77e5..b6b560e345f68e595f8803e8a9c6a43c59d94d35 100644 (file)
@@ -762,8 +762,7 @@ debian/test:
     - echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
     - mingw${arch_bits}-configure --disable-gcc-warnings --host=${arch_name}-w64-mingw32 --target=${arch_name}-w64-mingw32 --cache-file $CCACHE_FILE --disable-nls --with-included-unistring --disable-non-suiteb-curves --disable-full-test-suite --disable-doc --with-pkcs12-iter-count=10000
     - mingw${arch_bits}-make -j$BUILDJOBS
-    # https://bugzilla.redhat.com/show_bug.cgi?id=2049401
-    - mingw${arch_bits}-make -j$BUILDJOBS -C $PWD/tests check TESTS=""
+    - mingw${arch_bits}-make -j$BUILDJOBS -C tests check TESTS=""
 
 .mingw/test:
   extends:
@@ -772,8 +771,7 @@ debian/test:
     - mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
     - echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
   script:
-    # https://bugzilla.redhat.com/show_bug.cgi?id=2049401
-    - mingw${arch_bits}-make -j$CHECKJOBS -C $PWD/tests check
+    - mingw${arch_bits}-make -j$CHECKJOBS -C tests check
   timeout: 3h
 
 .mingw/archive: