From 1c63021592a5b5bc964cfd0ef58a88c3237e2aa7 Mon Sep 17 00:00:00 2001 From: mio Date: Mon, 15 Aug 2022 20:33:00 +0200 Subject: [PATCH] Disable mingw32 tests correctly --- .github/workflows/build-uc2.yml | 54 ++++++++++++++++----------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/build-uc2.yml b/.github/workflows/build-uc2.yml index 09d25d8d..5f34b64f 100644 --- a/.github/workflows/build-uc2.yml +++ b/.github/workflows/build-uc2.yml @@ -54,20 +54,20 @@ jobs: archiver: '7z a', generators: 'Ninja' } - - { - os: windows-2019, - arch: x64, - python-arch: x64, - python-ver: '3.8', - name: 'windows-x64 MINGW32 shared', - shared: "yes", - mingw: MINGW32, - mingw-arch: i686, - artifact: 'windows_mingw32.7z', - build_type: 'Debug', - archiver: '7z a', - generators: 'Ninja' - } + # - { # This fails randomly which can't be reproduced. + # os: windows-2019, + # arch: x64, + # python-arch: x64, + # python-ver: '3.8', + # name: 'windows-x64 MINGW32 shared', + # shared: "yes", + # mingw: MINGW32, + # mingw-arch: i686, + # artifact: 'windows_mingw32.7z', + # build_type: 'Debug', + # archiver: '7z a', + # generators: 'Ninja' + # } # - { # This fails randomly which can't be reproduced. # os: windows-2019, # arch: x64, @@ -95,19 +95,19 @@ jobs: archiver: '7z a', generators: 'Visual Studio 16 2019' } - # - { # This fails randomly which can't be reproduced. - # os: windows-2019, - # arch: x86, - # python-arch: x86, - # python-ver: '3.8', - # name: 'windows-x86 MSVC 32bit shared', - # msvc-arch: x86, - # artifact: 'windows_msvc32_shared.7z', - # shared: 'yes', - # build_type: 'Debug', - # archiver: '7z a', - # generators: 'Visual Studio 16 2019' - # } + - { + os: windows-2019, + arch: x86, + python-arch: x86, + python-ver: '3.8', + name: 'windows-x86 MSVC 32bit shared', + msvc-arch: x86, + artifact: 'windows_msvc32_shared.7z', + shared: 'yes', + build_type: 'Debug', + archiver: '7z a', + generators: 'Visual Studio 16 2019' + } - { os: windows-2019, arch: x64,