mirror of
https://github.com/facebook/zstd.git
synced 2025-11-03 00:08:51 -05:00
Merge pull request #3061 from embg/debug_ci_windows
Debug Windows CI failures
This commit is contained in:
commit
caf2fa170b
2
.github/workflows/dev-long-tests.yml
vendored
2
.github/workflows/dev-long-tests.yml
vendored
@ -158,7 +158,7 @@ jobs:
|
||||
make -C tests test-fuzzer-stackmode
|
||||
|
||||
mingw-long-test:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
8
.github/workflows/dev-short-tests.yml
vendored
8
.github/workflows/dev-short-tests.yml
vendored
@ -175,7 +175,7 @@ jobs:
|
||||
CC=clang MOREFLAGS="-Werror -Wimplicit-fallthrough -O0" make -C lib -j libzstd.a ZSTD_LEGACY_SUPPORT=0
|
||||
|
||||
cmake-visual-2019:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
@ -198,7 +198,7 @@ jobs:
|
||||
cmake.exe --build .
|
||||
|
||||
visual-2019:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [x64, Win32]
|
||||
@ -330,7 +330,7 @@ jobs:
|
||||
LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check
|
||||
|
||||
mingw-short-test:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -367,7 +367,7 @@ jobs:
|
||||
|
||||
|
||||
visual-runtime-tests:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [x64, Win32]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user