-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add aarch64-unknown-linux-gnu support #154
Conversation
Should add a build test to the CI for this target since it is distinct from both x86_64 linux and aarch64 android. |
Not sure how to actually test the new workflows pre merge, tried act but that couldn't even run the rustup action edit: see that action-rs supports cross. Will try that tomorrow instead |
cdcd114
to
d041cc4
Compare
FYI actions/runner-images#5930 for the android failure |
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.
LGTM! If you want to fix Android here feel free; otherwise I'll do a PR for that ~soon.
oh I was just about to push an attempt to fix android, I'll open a separate pr for that then |
Should be fixed by this: #155 (debug build just passed, just had to update release builds to match it) |
Tested on Ampere Altra Arm64. Added extra run script since we already have a separate for android (this needs
-fsigned-char
) and didn't want to over compilcate the bash scriptsfollow up of: #153