parent
4497f09ea0
commit
eb65bec26e
|
@ -13,7 +13,10 @@ jobs:
|
||||||
scripts/check-copyright.sh
|
scripts/check-copyright.sh
|
||||||
- run: |
|
- run: |
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -qq cvc5 z3
|
apt-get install -qq cvc5 z3 build-essential clang lld bison flex \
|
||||||
|
libreadline-dev gawk tcl-dev libffi-dev git \
|
||||||
|
graphviz xdot pkg-config python3 libboost-system-dev \
|
||||||
|
libboost-python-dev libboost-filesystem-dev zlib1g-dev
|
||||||
- run: |
|
- run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.80.1
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.80.1
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
|
@ -22,7 +25,7 @@ jobs:
|
||||||
git clone --depth=1 --branch=yosys-0.45 https://github.com/YosysHQ/sby.git
|
git clone --depth=1 --branch=yosys-0.45 https://github.com/YosysHQ/sby.git
|
||||||
make -C sby install
|
make -C sby install
|
||||||
- run: |
|
- run: |
|
||||||
git clone --depth=1 --branch=0.45 https://github.com/YosysHQ/yosys.git
|
git clone --depth=1 --recursive --branch=0.45 https://github.com/YosysHQ/yosys.git
|
||||||
cd yosys
|
cd yosys
|
||||||
make install -j6
|
make install -j6
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in a new issue