From: Alexander Sosedkin Date: Thu, 6 Nov 2025 09:58:52 +0000 (+0100) Subject: .gitlab-ci.yml: remove bz2049401 workaround X-Git-Tag: 3.8.11~2^2~3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=211b0676a8f5885fc1ebd875c7e4e83b578aa904;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: remove bz2049401 workaround Signed-off-by: Alexander Sosedkin --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 840b964ab8..b6b560e345 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: