Skip to content

Commit 3766326

Browse files
committed
github: Stop specifying CMAKE_CXX_COMPILER_TARGET
The preinstalled CMake on the ARM64 runners now should be a native ARM64 CMake, which allows autodetecting CMAKE_CXX_COMPILER_TARGET correctly.
1 parent adcf12d commit 3766326

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test-libcxx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
-DLIBCXX_CXX_ABI=libcxxabi `
8686
-DCMAKE_C_COMPILER=${{matrix.target_arch}}-w64-mingw32-clang `
8787
-DCMAKE_CXX_COMPILER=${{matrix.target_arch}}-w64-mingw32-clang++ `
88-
-DCMAKE_CXX_COMPILER_TARGET=${{matrix.target_arch}}-w64-windows-gnu `
8988
-DLIBCXXABI_ENABLE_SHARED=NO `
9089
-DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=YES `
9190
-DLIBCXX_USE_COMPILER_RT=YES `

0 commit comments

Comments
 (0)