-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cross compiling abi3 for windows arm failed with v1.7.7+ #2368
Comments
Probably related to #2333 cc @davidhewitt |
On first inspection it looks like |
I found that |
The plot thicken. I think there's more than what appear. Using See https://github.com/jawah/wassima/actions/runs/12336830906/job/34429848274 Things that caught my attention:
|
It appears to be a bug in |
It does not work unfortunately. See https://github.com/jawah/wassima/actions/runs/12340559151/job/34438218682 for example. regards, |
Try enabling |
Better but did go back to same initial result. wheel is invalid.
https://github.com/jawah/wassima/actions/runs/12346071103/job/34451209764 and regards, |
I forget to mention that I have another sad news: the combination of the |
Bug Description
Cannot build abi3 aarch64 Windows wheel on Github Action x86 Windows runner.
A minimal reproduction repo is here. The build succeeds if I remove the
abi3-py39
feature or usematurin
v1.7.6.Your maturin version (
maturin --version
)1.7.8
Your Python version (
python -V
)NA
Your pip version (
pip -V
)NA
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
https://github.com/kahojyun/winarm64-maturin-1-7-8
https://github.com/kahojyun/winarm64-maturin-1-7-8/actions
The text was updated successfully, but these errors were encountered: