Commit 077cddb
committed
fix(docker): install C++ cross-compilers for wheel z3 builds
Python wheel cross-builds now compile bundled z3, which invokes CMake with
CXX_<target>. The cross toolchain setup installed only gcc, so aarch64-linux-
gnu-g++/x86_64-linux-gnu-g++ were missing and z3-sys failed at configure time.
Install matching g++ cross compilers alongside gcc.1 parent bdeaab6 commit 077cddb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments