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

Update ARM64 LLVM AOT runtime builds to use the generic libclang.so file #102175

Merged
merged 1 commit into from
May 14, 2024

Conversation

LoopedBard3
Copy link
Member

@LoopedBard3 LoopedBard3 commented May 13, 2024

The new container updated in #101946 that is used when building the Linux Arm64 AOT LLVM Mono artifacts (perf_slow) does not have libclang.so.16, instead having libclang.so.18.1. This updates builds to use the generic libclang.so next to the libclang.so.18.1 file to fix this and help future proof.

Test run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2450460&view=results

…ile as the new image does not have libclang.so.16, it has libclang.so and libclang.so.18 instead.
Copy link
Contributor

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Copy link
Member

@matouskozak matouskozak left a comment

Choose a reason for hiding this comment

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

Run looks green. Thank you for fixing it.

@LoopedBard3 LoopedBard3 merged commit abc23ef into dotnet:main May 14, 2024
15 of 17 checks passed
@LoopedBard3 LoopedBard3 deleted the PerfUpdateAOTLibClang branch May 14, 2024 16:17
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
…ile as the new image does not have libclang.so.16, it has libclang.so and libclang.so.18 instead. (dotnet#102175)
@github-actions github-actions bot locked and limited conversation to collaborators Jun 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants