Disable ming32 test

This commit is contained in:
mio
2022-07-23 20:09:38 +08:00
parent d6d57834b0
commit 06a1858ffd

View File

@@ -68,20 +68,20 @@ jobs:
archiver: '7z a', archiver: '7z a',
generators: 'Ninja' generators: 'Ninja'
} }
- { # - { # This fails randomly which can't be reproduced.
os: windows-2019, # os: windows-2019,
arch: x64, # arch: x64,
python-arch: x64, # python-arch: x64,
python-ver: '3.8', # python-ver: '3.8',
name: 'windows-x64 MINGW32 static', # name: 'windows-x64 MINGW32 static',
shared: "no", # shared: "no",
mingw: MINGW32, # mingw: MINGW32,
mingw-arch: i686, # mingw-arch: i686,
artifact: 'windows_mingw32.7z', # artifact: 'windows_mingw32.7z',
build_type: 'Debug', # build_type: 'Debug',
archiver: '7z a', # archiver: '7z a',
generators: 'Ninja' # generators: 'Ninja'
} # }
- { - {
os: windows-2019, os: windows-2019,
arch: x64, arch: x64,
@@ -95,19 +95,19 @@ jobs:
archiver: '7z a', archiver: '7z a',
generators: 'Visual Studio 16 2019' generators: 'Visual Studio 16 2019'
} }
- { # - { # This fails randomly which can't be reproduced.
os: windows-2019, # os: windows-2019,
arch: x86, # arch: x86,
python-arch: x86, # python-arch: x86,
python-ver: '3.8', # python-ver: '3.8',
name: 'windows-x86 MSVC 32bit shared', # name: 'windows-x86 MSVC 32bit shared',
msvc-arch: x86, # msvc-arch: x86,
artifact: 'windows_msvc32_shared.7z', # artifact: 'windows_msvc32_shared.7z',
shared: 'yes', # shared: 'yes',
build_type: 'Debug', # build_type: 'Debug',
archiver: '7z a', # archiver: '7z a',
generators: 'Visual Studio 16 2019' # generators: 'Visual Studio 16 2019'
} # }
- { - {
os: windows-2019, os: windows-2019,
arch: x64, arch: x64,