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

ci: Simplify build_llvm.bash script #1703

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Jun 22, 2023

  • Remove leftover logic from when we used TravisCI.
  • Pick a default for LLVM_DISTRO_NAME so it works when the script is run standalone when not on GitHub Actions CI.
  • Switch the logic about file location to enumerate only the couple of old versions that uses the old download location, rather than trying to enumerate an ever-growing set of modern releases that use the current download location.
  • Comment o say that when LLVM 10+ is the floor, the old case can go away entirely.

Also bump the CI "bleeding edge" test to use LLVM 15.0.6.

* Remove leftover logic from when we used TravisCI.
* Pick a default for LLVM_DISTRO_NAME so it works when the script is run
  standalone when not on GitHub Actions CI.
* Switch the logic about file location to enumerate only the couple of
  old versions that uses the old download location, rather than trying
  to enumerate an ever-growing set of modern releases that use the current
  download location.
* Comment o say that when LLVM 10+ is the floor, the old case can go away
  entirely.

Also bump the CI "bleeding edge" test to use LLVM 15.0.6.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
@lgritz lgritz merged commit afc4428 into AcademySoftwareFoundation:main Aug 18, 2023
21 of 23 checks passed
@lgritz lgritz deleted the lg-buildllvm branch August 21, 2023 00:39
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.

None yet

1 participant