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

Only download llvm when necessary #9

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

gfengTT
Copy link
Contributor

@gfengTT gfengTT commented Jun 27, 2024

llvm-config is now found by the following order:

  1. the value of env var LLVM_CONFIG_CMD
  2. the installed llvm-config-14 in the Ubuntu 22.04 images
  3. download clang+llvm 13 and use the downloaded binary

@gfengTT gfengTT requested a review from AleksKnezevic June 27, 2024 19:24
@gfengTT gfengTT force-pushed the gfeng/optimize-llvm-find branch from 648ff09 to 12d3ed9 Compare July 17, 2024 15:38
llvm-config is now found by the following order:

1. the value of env var LLVM_CONFIG_CMD
2. the installed llvm-config-14 in the Ubuntu 22.04 images
3. download clang+llvm 13 and use the downloaded binary
@gfengTT gfengTT force-pushed the gfeng/optimize-llvm-find branch from 12d3ed9 to 0ceb92d Compare July 19, 2024 18:18
@gfengTT gfengTT merged commit 9c685f9 into main Jul 19, 2024
5 checks passed
@gfengTT gfengTT deleted the gfeng/optimize-llvm-find branch July 19, 2024 19:59
gfengTT added a commit that referenced this pull request Sep 5, 2024
llvm-config is now found by the following order:

1. the value of env var LLVM_CONFIG_CMD
2. llvm-config-17, should be present in the image
3. download clang+llvm 13 and use the downloaded binary
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.

1 participant