From 9d61a70132c67ab6fb9f26ae604c68e98135fd5b Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Thu, 9 Nov 2023 20:29:40 -0800 Subject: [PATCH] trial --- .github/workflows/yosys-plugin.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/yosys-plugin.yml b/.github/workflows/yosys-plugin.yml index ebf33a7422..5609f21831 100644 --- a/.github/workflows/yosys-plugin.yml +++ b/.github/workflows/yosys-plugin.yml @@ -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 \