WIP: build aarch64 wheels on release branches#14016
WIP: build aarch64 wheels on release branches#14016DMRobertson wants to merge 10 commits intodevelopfrom
Conversation
This reverts commit 84850c1.
|
Couldn't get this to work. Dropping this. |
| # Only build a single wheel in CI. | ||
| - name: "Env: build aarch64 wheels" | ||
| run: | | ||
| echo "CIBW_ARCHS_LINUX=aarch64" >> $GITHUB_ENV |
There was a problem hiding this comment.
@DMRobertson
The build failed since x86 and aarch64 flags seems to have been mixed. Did you try to replace CIBW_BUILD accordingly?
| echo "CIBW_ARCHS_LINUX=aarch64" >> $GITHUB_ENV | |
| echo "CIBW_ARCHS_LINUX=aarch64" >> $GITHUB_ENV | |
| sed -i '/^CIBW_BUILD=/c\CIBW_BUILD=cp37-manylinux_aarch64' $GITHUB_ENV |
|
I'm one step further: https://github.com/MichaIng/synapse/pull/1 When building the This one (completely different software and emulation, just same emulated aarch64) fails at exact same crate while all other archs build fine: https://github.com/MichaIng/DietPi/actions/runs/3259052060/jobs/5351598826 |
Likely fixed by #14173---try merging in develop. |
Closes #13938.
Need to check that