mirror of
https://github.com/anoma/juvix.git
synced 2024-12-16 10:56:14 +03:00
b00d4b2270
We need to use the homebrew Clang/LLVM installation to build the Juvix runtime because macOS ships with a version of Clang/LLVM that does not support the wasi target. The GitHub action runner agent has the homebrew packaged Clang/LLVM installed but it is not on the shell PATH. We were using `brew --prefix llvm@14` to point to the homebrew Clang/LLVM installation. However this breaks when the runner image is updated to a new version of llvm. So we switch to using `brew --prefix llvm` which will resolve to the latest (and in this case only) version of homebrew Clang/LLVM. This will be stable when Clang/LLVM is updated to a new version. |
||
---|---|---|
.. | ||
ci.yml | ||
linux-static-binary.yaml |