]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: fix .mingw/test binfmt setup
authorAlexander Sosedkin <asosedkin@redhat.com>
Mon, 9 Feb 2026 06:30:43 +0000 (07:30 +0100)
committerAlexander Sosedkin <asosedkin@redhat.com>
Mon, 9 Feb 2026 08:19:28 +0000 (09:19 +0100)
Previously, multiple inheritance has shadowed the before_script
of .mingw/test, so the binfmt preparation didn't run.

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

index 859df4b533728cd93dc94586b4c150fa9d024e9c..752abfbb0acdccb1b58f4840975e4b788ddd2ef3 100644 (file)
@@ -744,10 +744,9 @@ debian/test:
 .mingw/test:
   extends:
     - .test
-  before_script:
+  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"
-  script:
     - mingw${arch_bits}-make -j$CHECKJOBS -C tests check
   timeout: 3h