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

Restore macOS CI build/test #1657

Merged
merged 1 commit into from
Dec 8, 2022
Merged

Restore macOS CI build/test #1657

merged 1 commit into from
Dec 8, 2022

Commits on Dec 8, 2022

  1. Restore macOS CI build/test

    The key to get this working was to use the installation of LLVM that's
    already present on the macOS agent, available at `$(brew --prefix
    llvm@14)/bin`. The LLVM installed by the `install-llvm-action` appears
    to be broken for macOS.
    
    Other changes:
    
    - The libclang_rt.builtins-wasm32-wasi installation is not required for
    newer LLVM versions, so I've removed this.
    - Use `runner.os` instead of `matrix.os` to detect OS. `runner.os` is
    more stable, it doesn't change when the os image version is updated.
    paulcadman authored and jonaprieto committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e0f1e7b View commit details
    Browse the repository at this point in the history