Commit 269805e
committed
fix(ci): set PYO3_CROSS_PYTHON_VERSION for aarch64 cross-compilation
rust-cross/manylinux_2_28-cross:aarch64 has no Python interpreter, so
maturin fails with "Couldn't find any python interpreters". Setting
PYO3_CROSS_PYTHON_VERSION=3.11 lets PyO3 generate bindings without
requiring a Python binary in the cross-compilation container.1 parent 73bf4db commit 269805e
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| 138 | + | |
| 139 | + | |
135 | 140 | | |
136 | 141 | | |
137 | 142 | | |
| |||
0 commit comments