Merge pull request #3061 from embg/debug_ci_windows
Debug Windows CI failures
This commit is contained in:
@@ -158,7 +158,7 @@ jobs:
|
|||||||
make -C tests test-fuzzer-stackmode
|
make -C tests test-fuzzer-stackmode
|
||||||
|
|
||||||
mingw-long-test:
|
mingw-long-test:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ jobs:
|
|||||||
CC=clang MOREFLAGS="-Werror -Wimplicit-fallthrough -O0" make -C lib -j libzstd.a ZSTD_LEGACY_SUPPORT=0
|
CC=clang MOREFLAGS="-Werror -Wimplicit-fallthrough -O0" make -C lib -j libzstd.a ZSTD_LEGACY_SUPPORT=0
|
||||||
|
|
||||||
cmake-visual-2019:
|
cmake-visual-2019:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -198,7 +198,7 @@ jobs:
|
|||||||
cmake.exe --build .
|
cmake.exe --build .
|
||||||
|
|
||||||
visual-2019:
|
visual-2019:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [x64, Win32]
|
platform: [x64, Win32]
|
||||||
@@ -330,7 +330,7 @@ jobs:
|
|||||||
LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check
|
LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check
|
||||||
|
|
||||||
mingw-short-test:
|
mingw-short-test:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -367,7 +367,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
visual-runtime-tests:
|
visual-runtime-tests:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [x64, Win32]
|
platform: [x64, Win32]
|
||||||
|
|||||||
Reference in New Issue
Block a user