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

Commits on Aug 17, 2023

  1. ci: Simplify build_llvm.bash script

    * 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 <[email protected]>
    lgritz committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a72feac View commit details
    Browse the repository at this point in the history