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

Also shim llvm-ar in the clang_android test on non-Windows #1016

Merged
merged 1 commit into from Mar 21, 2024

Conversation

dpaoliello
Copy link
Contributor

In CI we detect and use arm-linux-androideabi-ar but some folks locally are seeing the test use llvm-ar - this is likely a difference in dependencies on the system (e.g., Android NDK installed or not) so we'll shim both.

Fixes #1012

@NobodyXu
Copy link
Collaborator

@workingjubilee Can you please try this PR?

@workingjubilee
Copy link

Yep, passes on my machine.

@NobodyXu NobodyXu merged commit bbae474 into rust-lang:main Mar 21, 2024
21 checks passed
@NobodyXu
Copy link
Collaborator

Thank you!

@dpaoliello dpaoliello deleted the shim branch March 22, 2024 17:26
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.

Local tests fail on x86-64 Linux since rust-lang/cc-rs#991
3 participants