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: Install llvm@12 with brew on macOS #1104

Merged
merged 1 commit into from
Aug 14, 2023
Merged

CI: Install llvm@12 with brew on macOS #1104

merged 1 commit into from
Aug 14, 2023

Commits on Aug 14, 2023

  1. CI: Install llvm@12 with brew on macOS

    This is done for two reasons:
    
    1. It provides a workaround for Homebrew/brew#15859
       (which causes `brew install llvm@11` to fail) until a fix becomes available.
       Practically speaking, this means that the nightly Crux builds will work once
       again.
    2. It means that our CI consistently tests against LLVM 12 on both Linux and
       macOS.
    RyanGlScott committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    46a90a7 View commit details
    Browse the repository at this point in the history