-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
WIP: build aarch64 wheels on release branches #14016
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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