]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci.yml: enable binfmt for mingw
authorAlexander Sosedkin <asosedkin@redhat.com>
Thu, 6 Nov 2025 09:57:43 +0000 (10:57 +0100)
committerAlexander Sosedkin <asosedkin@redhat.com>
Tue, 18 Nov 2025 15:47:36 +0000 (16:47 +0100)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
.gitlab-ci.yml

index 2d9a7f55a582b8054dbe7a0911a4153493a78740..840b964ab8e16d96777f8f9b1732d465e8bc77e5 100644 (file)
@@ -758,8 +758,8 @@ debian/test:
   extends:
     - .build
   script:
-#    - mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
-#    - echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
+    - mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
+    - 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