File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,10 @@ jobs:
134
134
os : osx
135
135
arch : arm64
136
136
extra_bootstrap_d_flags : -gcc=/usr/bin/c++
137
- extra_cmake_flags : -DBUILD_LTO_LIBS=ON
137
+ extra_cmake_flags : >-
138
+ -DBUILD_LTO_LIBS=ON
139
+ -DCMAKE_C_COMPILER="$PWD/../clang/bin/clang"
140
+ -DCMAKE_CXX_COMPILER="$PWD/../clang/bin/clang++"
138
141
lto_mode : full
139
142
with_pgo : true
140
143
- job_name : Android armv7a
@@ -185,7 +188,7 @@ jobs:
185
188
llvm_version : ${{ env.LLVM_VERSION }}
186
189
cmake_flags : ${{ matrix.extra_cmake_flags }}
187
190
lto_mode : ${{ matrix.lto_mode || 'none' }}
188
- with_pgo : ${{ matrix.with_pgo == 'true' }}
191
+ with_pgo : ${{ matrix.with_pgo }}
189
192
190
193
- name : Install LDC & make portable
191
194
uses : ./.github/actions/5-install
You can’t perform that action at this time.
0 commit comments