-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release build does not work on aarch64 (M1) #59
Comments
Hm. I wonder whether we should report this to the image crate guys. Or even if we should go all the way up to the rust team themselves. In any case, can you confirm if it still happens with just |
I'm hitting the same error on AlpineLinux CI: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/41971. The error only appears in aarch64. The build for the other platforms pass. |
@folliehiyuki can you by any chance manually edit |
You can check the build template here: https://git.alpinelinux.org/aports/tree/testing/swww/APKBUILD. I don't do anything special there though. |
you can export |
The |
Sorry for the late reply and thanks for the help and update on this. I just tried again use |
Yeah, I'd rather have it open for now, specially since the Alpine build is failing. I just want to make sure it truly is fixed a month from now. Edit: I just realized this issue can also work as a sort of warning and help page for any other aarch64 users having the same problem. So yeah, let's keep it here. |
A new rust version is out! Can anyone with an M1 confirm whether this has been fixed? |
Just tested compiling in release mode using the latest 1.67.0 version of rust. Can confirm it now works fine and compiles without any errors |
First off, great project.
I've been trying to build swww on my M1 Mac running Asahi Linux today but it fails with the following error message in release
When I disable lto in Cargo.toml, it seems to be working fine, so it's not a huge issue. Would be great if it worked out of the box though, so I could use the AUR.
If there's anything I can do to help troubleshoot, please let me know.
The text was updated successfully, but these errors were encountered: