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

Ensure llvm-ar is used as the archiver #13

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Ensure llvm-ar is used as the archiver #13

merged 3 commits into from
Jul 9, 2024

Conversation

xxuejie
Copy link
Collaborator

@xxuejie xxuejie commented Jul 9, 2024

It seems that under certain platform(for example, ubuntu using arm64 CPUs), cc-rs would try to use riscv64-unknown-elf-ar as the archiver, which could be missing in current LLVM based toolchain. This PR changes the build process so llvm-ar is always used.

@xxuejie xxuejie changed the title Setup CI to test arm64 docker image Ensure llvm-ar is used as the archiver Jul 9, 2024
@xxuejie xxuejie requested review from XuJiandong and quake July 9, 2024 05:39
@xxuejie xxuejie merged commit f0936e1 into main Jul 9, 2024
9 checks passed
@xxuejie xxuejie deleted the xxuejie-patch-1 branch July 9, 2024 06:52
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.

2 participants