mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
CI: Enable MSVC ARM64 job using Github WOA runner
- Reintroduce the MSVC ARM64 build configuration with "Visual Studio 17 2022" - Update runner to `windows-11-arm` (GitHub-hosted Windows on ARM)
This commit is contained in:
parent
002c227596
commit
076283fa88
1 changed files with 4 additions and 4 deletions
8
.github/workflows/cmake-tests.yml
vendored
8
.github/workflows/cmake-tests.yml
vendored
|
|
@ -96,10 +96,10 @@ jobs:
|
|||
runner: "windows-2022"
|
||||
# Intentionally omit ZSTD_BUILD_TESTS to reproduce the CXX language configuration bug
|
||||
cmake_extra_flags: "-DCMAKE_COMPILE_WARNING_AS_ERROR=ON"
|
||||
# - generator: "Visual Studio 17 2022"
|
||||
# flags: "-A ARM64"
|
||||
# name: "MSVC ARM64"
|
||||
# runner: "windows-2022-arm64" # Disabled due to very long queue times
|
||||
- generator: "Visual Studio 17 2022"
|
||||
flags: "-A ARM64"
|
||||
name: "MSVC ARM64"
|
||||
runner: "windows-11-arm" # githuh runner for WOA instance
|
||||
- generator: "MinGW Makefiles"
|
||||
flags: ""
|
||||
name: "MinGW"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue