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

Fix CI #103

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Fix CI #103

merged 1 commit into from
Oct 10, 2024

Conversation

arttet
Copy link
Contributor

@arttet arttet commented Sep 26, 2024

Closes #102

@@ -130,7 +131,8 @@ jobs:
- aarch64-linux-android
- arm-linux-androideabi
- armv7-linux-androideabi
- x86_64-linux-android
# TODO: error: cannot find -lunwind
# - x86_64-linux-android
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not particularly keen on disabling the android target. It isn't some obscure target like the mips ones. It would be better to just fix it. Failing that, I would prefer to keep a reminder that this is broken.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure that x86_64-linux-android isn't some obscure target like the mips.
Now we can build aarch64-linux-android. Anyway, I need to look deeper into this issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

default: true
- name: Install cross
run: |
cargo install cross --git https://github.com/cross-rs/cross
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why --git? I guess they haven't produced any releases recently, is that why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've read it from README.
Anyway, I can remove it, if it needs.

@arttet arttet marked this pull request as draft September 26, 2024 17:44
@arttet arttet marked this pull request as ready for review September 26, 2024 18:29
@arttet arttet requested a review from nagisa September 26, 2024 18:29
@nagisa nagisa merged commit 6aa771c into rust-lang:master Oct 10, 2024
143 checks passed
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.

Failed to run tests in CI
2 participants