mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-06 18:01:08 +00:00
CI: Use brew bundle
Also skip `brew update`. Specify llvm@20 due to problems with clang-21 and macOS .dylib.
This commit is contained in:
parent
41452e43b2
commit
3426905e60
2 changed files with 2 additions and 3 deletions
3
.github/actions/setup-build-env/action.yml
vendored
3
.github/actions/setup-build-env/action.yml
vendored
|
@ -14,8 +14,7 @@ runs:
|
|||
if: runner.os == 'macOS'
|
||||
shell: bash
|
||||
run: |
|
||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew update
|
||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm lld || true
|
||||
brew bundle
|
||||
|
||||
- name: Linux runtime environment
|
||||
if: runner.os == 'Linux'
|
||||
|
|
2
Brewfile
2
Brewfile
|
@ -10,5 +10,5 @@ brew "tcl-tk"
|
|||
brew "xdot"
|
||||
brew "bash"
|
||||
brew "boost-python3"
|
||||
brew "llvm"
|
||||
brew "llvm@19"
|
||||
brew "lld"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue