Skip to content

Conversation

arttet
Copy link
Contributor

@arttet arttet commented Sep 26, 2024

Closes #102

- 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