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

Fix tcl-tk stuff for mac

This commit is contained in:
Akash Levy 2025-01-16 14:45:58 -08:00
parent de0b6cfabc
commit a4d2776647
3 changed files with 2 additions and 6 deletions

View file

@ -68,7 +68,6 @@ jobs:
- name: Build
shell: bash
run: |
export PATH="$(brew --prefix make)/libexec/gnubin:$PATH"
mkdir build
cd build
make -f ../Makefile config-$CC SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0 VERIFIC_DIR=../verific
@ -167,7 +166,6 @@ jobs:
- name: Run tests
shell: bash
run: |
export PATH="$(brew --prefix make)/libexec/gnubin:$PATH"
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC SMALL=0 ENABLE_ABC=1 ENABLE_PLUGINS=1 ENABLE_PYOSYS=0 ENABLE_CCACHE=0 ENABLE_EDITLINE=0
- name: Report errors
@ -217,5 +215,4 @@ 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