Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Nov 10, 2023
1 parent 5b9a954 commit 9d61a70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/yosys-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ jobs:
make -rR -j $(nproc) -Oline -f build_binaries.mk SYSTEMVERILOG_PLUGIN_ONLY:=0 \
install-surelog install-yosys install-plugins
- name: Setup build environment
run: |
# Environment creation has to be run with one job to avoid race conditions.
# See: https://github.com/SymbiFlow/make-env/pull/40
# Even with the fix more jobs doesn't help with anything.
make -C ./tests env TEST=ibex -j1
- name: Build & Test
run: |
make -C tests uhdm/yosys/synth-ibex-f4pga TEST=ibex \
Expand Down

0 comments on commit 9d61a70

Please sign in to comment.