File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,11 @@ jobs:
3232 os : windows-2022
3333 cmake_args : -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
3434 nparallel : 4
35- - name : Windows-ARM64EC
36- os : windows-2022
37- cmake_args : -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_C_FLAGS="/arm64EC" -DCMAKE_CXX_FLAGS="/arm64EC" -DCMAKE_EXE_LINKER_FLAGS="/MACHINE:ARM64EC" -DCMAKE_SHARED_LINKER_FLAGS="/MACHINE:ARM64EC" -DCMAKE_STATIC_LINKER_FLAGS="/MACHINE:ARM64EC"
38- nparallel : 4
35+ # TODO: enable this when LLVM 20 is available (https://github.com/llvm/llvm-project/issues/113658)
36+ # - name: Windows-ARM64EC
37+ # os: windows-2022
38+ # cmake_args: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DCMAKE_C_FLAGS="/arm64EC" -DCMAKE_CXX_FLAGS="/arm64EC" -DCMAKE_EXE_LINKER_FLAGS="/MACHINE:ARM64EC" -DCMAKE_SHARED_LINKER_FLAGS="/MACHINE:ARM64EC" -DCMAKE_STATIC_LINKER_FLAGS="/MACHINE:ARM64EC"
39+ # nparallel: 4
3940 - name : MacOS
4041 os : macos-14
4142 cmake_args : " -D\" CMAKE_OSX_ARCHITECTURES=arm64;x86_64\" "
@@ -67,12 +68,12 @@ jobs:
6768 if : runner.os == 'Windows'
6869 uses : microsoft/setup-msbuild@v2
6970
70- - name : Setup MSVC devcmd
71+ - name : Setup MSVC devcmd (x64)
7172 if : matrix.name == 'Windows-x64'
7273 uses : ilammy/msvc-dev-cmd@v1
7374
74- - name : Setup MSVC devcmd
75- if : matrix.name == 'Windows-ARM ' || matrix.name == 'Windows-ARM64EC'
75+ - name : Setup MSVC devcmd (arm64)
76+ if : matrix.name == 'Windows-ARM64 ' || matrix.name == 'Windows-ARM64EC'
7677 uses : ilammy/msvc-dev-cmd@v1
7778 with :
7879 arch : x64_arm64
You can’t perform that action at this time.
0 commit comments