You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments