3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 09:35:32 +00:00

Fixes to build flow

This commit is contained in:
Akash Levy 2025-01-16 11:41:48 -08:00
parent 2e78f6926e
commit 53be1f8617
2 changed files with 2 additions and 0 deletions

View file

@ -215,4 +215,5 @@ jobs:
- name: Run tests
shell: bash
run: |
export PATH="$(brew --prefix make)/libexec/gnubin:$PATH"
make -C docs test -j${{ env.procs }} SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0