Commit 914adda
committed
fix(ci): set CXX for musl targets so z3 bundled cmake can find a C++ compiler
musl-tools only provides musl-gcc (C compiler wrapper), not musl-g++.
The z3 bundled cmake build needs a C++ compiler to compile z3 from
source. Use the system g++ since z3 exposes a C-linkage API and
libstdc++ is statically linked in the final musl binary.1 parent 57fffa0 commit 914adda
2 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
223 | 229 | | |
224 | 230 | | |
225 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
| |||
0 commit comments