yosys build runs out of memory
Some checks failed
/ test (push) Failing after 1h8m27s

This commit is contained in:
Jacob Lifshay 2024-10-04 01:03:17 -07:00
parent c0d4de56a9
commit 487af07154
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c

View file

@ -53,7 +53,7 @@ jobs:
make -C sby install
- run: |
git clone --depth=1 --recursive --branch=0.45 https://github.com/YosysHQ/yosys.git
make -C yosys -j$(nproc)
make -C yosys -j2
make -C yosys install
- run: |
wget -O firrtl.tar.gz https://github.com/llvm/circt/releases/download/firtool-1.86.0/firrtl-bin-linux-x64.tar.gz