-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Make LLVM version selection more fine-grained
ubuntu-22.04 includes LLVM 14, but ubuntu-20.04 does not. As such, we cannot always install LLVM 14, but rather, we must choose which LLVM version to install based on which Ubuntu version we are using. While I am in town, this patch also factors out the LLVM version into a single `LINUX_LLVM_VER` environment variable and uses it everywhere so that we do not have to remember to update quite so many locations in the future. (I also do something similar with `MACOS_LLVM_VER`.)
- Loading branch information
1 parent
9ab5237
commit c301fea
Showing
2 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters