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

Run LLVM install script on Linux runners #146

Merged
merged 6 commits into from
May 19, 2023

Commits on May 15, 2023

  1. Run LLVM install script on Linux runners

    This will add the relevant LLVM PPA to the runner's package manager
    which provides versions of clang-format and clang-tidy that may not yet
    be available in the official Ubuntu repositories (e.g. LLVM 16 on Ubuntu
    22.04 at the time this commit was authored).
    mirenradia committed May 15, 2023
    Configuration menu
    Copy the full SHA
    6f245c6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Only use LLVM script after failure from Ubuntu repos

    This also separates the steps of installing the dependencies on Linux
    runners from the dependencies on other runners.
    mirenradia committed May 16, 2023
    Configuration menu
    Copy the full SHA
    098e67f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    3b5c34f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    aaa6b5c View commit details
    Browse the repository at this point in the history
  2. Update action.yml

    2bndy5 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    d65fa17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d599e13 View commit details
    Browse the repository at this point in the history