]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: explicitly initialize wine prefix...
authorAlexander Sosedkin <asosedkin@redhat.com>
Sun, 1 Mar 2026 01:48:19 +0000 (02:48 +0100)
committerAlexander Sosedkin <asosedkin@redhat.com>
Tue, 3 Mar 2026 16:01:50 +0000 (17:01 +0100)
... with no concurrency, before running the tests

Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
.gitlab-ci.yml

index e3d7fb421294c05f75160e14529114fdaff6bcdb..0a4bceb2db79bd2a2a1819e62980f17188b67fdd 100644 (file)
@@ -752,6 +752,7 @@ debian/test:
   script:
     - mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
     - "[ -e /proc/sys/fs/binfmt_misc/DOSWin ] || echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register"
+    - timeout 630 wineboot --init
     - mingw${arch_bits}-make -j$CHECKJOBS -C tests check
   timeout: 3h