Skip to content
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

Merged
merged 4 commits into from
Aug 4, 2022
Merged

Conversation

Nehliin
Copy link
Contributor

@Nehliin Nehliin commented Aug 3, 2022

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 scripts

follow up of: #153

@Nehliin Nehliin requested a review from tgolsson as a code owner August 3, 2022 13:54
@Nehliin Nehliin requested a review from Jake-Shadle August 3, 2022 13:57
@Jake-Shadle
Copy link
Member

Should add a build test to the CI for this target since it is distinct from both x86_64 linux and aarch64 android.

@Nehliin
Copy link
Contributor Author

Nehliin commented Aug 3, 2022

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

@Nehliin Nehliin force-pushed the aarch64-linux-support branch from cdcd114 to d041cc4 Compare August 4, 2022 07:49
@Jake-Shadle
Copy link
Member

FYI actions/runner-images#5930 for the android failure

Copy link
Member

@tgolsson tgolsson left a 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.

@mergify mergify bot merged commit dee0a89 into main Aug 4, 2022
@mergify mergify bot deleted the aarch64-linux-support branch August 4, 2022 08:35
@Nehliin
Copy link
Contributor Author

Nehliin commented Aug 4, 2022

oh I was just about to push an attempt to fix android, I'll open a separate pr for that then

@Nehliin
Copy link
Contributor Author

Nehliin commented Aug 4, 2022

Should be fixed by this: #155 (debug build just passed, just had to update release builds to match it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants