File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -338,9 +338,9 @@ jobs:
338338 strategy :
339339 fail-fast : false
340340 matrix :
341- arch :
342- - x86_64
343- - i686
341+ include :
342+ - { arch: x86_64, prefix: i686-w64-mingw32- }
343+ - { arch: x86_64, prefix: }
344344 steps :
345345 - name : Install dependencies
346346 run : |
@@ -374,8 +374,8 @@ jobs:
374374 -DLIBCXX_ENABLE_WERROR=YES `
375375 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" `
376376 -DLIBCXX_CXX_ABI=libcxxabi `
377- -DCMAKE_C_COMPILER=clang `
378- -DCMAKE_CXX_COMPILER=clang++ `
377+ -DCMAKE_C_COMPILER=${{matrix.prefix}} clang `
378+ -DCMAKE_CXX_COMPILER=${{matrix.prefix}} clang++ `
379379 -DLIBCXXABI_ENABLE_SHARED=NO `
380380 -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=YES `
381381 -DLIBCXX_USE_COMPILER_RT=YES `
Original file line number Diff line number Diff line change 4444 strategy :
4545 fail-fast : false
4646 matrix :
47- arch :
48- - x86_64
49- - i686
47+ include :
48+ - { arch: x86_64, prefix: i686-w64-mingw32- }
49+ - { arch: x86_64, prefix: }
5050 steps :
5151 - name : Install dependencies
5252 run : |
8686 -DLIBCXX_ENABLE_WERROR=YES `
8787 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" `
8888 -DLIBCXX_CXX_ABI=libcxxabi `
89- -DCMAKE_C_COMPILER=clang `
90- -DCMAKE_CXX_COMPILER=clang++ `
89+ -DCMAKE_C_COMPILER=${{matrix.prefix}} clang `
90+ -DCMAKE_CXX_COMPILER=${{matrix.prefix}} clang++ `
9191 -DLIBCXXABI_ENABLE_SHARED=NO `
9292 -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=YES `
9393 -DLIBCXX_USE_COMPILER_RT=YES `
You can’t perform that action at this time.
0 commit comments