mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-05 05:49:15 +00:00
CI: Move libbz2 to iverilog setup
Needed for vcd2fst.
This commit is contained in:
parent
d1f89ccb23
commit
ec2148d16b
4 changed files with 6 additions and 6 deletions
2
.github/actions/setup-build-env/action.yml
vendored
2
.github/actions/setup-build-env/action.yml
vendored
|
|
@ -42,7 +42,7 @@ runs:
|
||||||
if: runner.os == 'Linux' && inputs.get-build-deps == 'true'
|
if: runner.os == 'Linux' && inputs.get-build-deps == 'true'
|
||||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||||
with:
|
with:
|
||||||
packages: bison clang flex libboost-filesystem-dev libboost-python-dev libboost-system-dev libbz2-dev libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev
|
packages: bison clang flex libboost-filesystem-dev libboost-python-dev libboost-system-dev libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev
|
||||||
version: ${{ inputs.runs-on }}-buildys
|
version: ${{ inputs.runs-on }}-buildys
|
||||||
|
|
||||||
- name: Linux docs dependencies
|
- name: Linux docs dependencies
|
||||||
|
|
|
||||||
2
.github/actions/setup-iverilog/action.yml
vendored
2
.github/actions/setup-iverilog/action.yml
vendored
|
|
@ -13,7 +13,7 @@ runs:
|
||||||
if: steps.restore-iverilog.outputs.cache-hit != 'true' && runner.os == 'Linux'
|
if: steps.restore-iverilog.outputs.cache-hit != 'true' && runner.os == 'Linux'
|
||||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||||
with:
|
with:
|
||||||
packages: autoconf gperf make gcc g++ bison flex
|
packages: autoconf gperf make gcc g++ bison flex libbz2-dev
|
||||||
version: ${{ inputs.runs-on }}-iverilog
|
version: ${{ inputs.runs-on }}-iverilog
|
||||||
|
|
||||||
- name: iverilog macOS deps
|
- name: iverilog macOS deps
|
||||||
|
|
|
||||||
|
|
@ -85,8 +85,8 @@ prerequisites for building yosys:
|
||||||
|
|
||||||
$ sudo apt-get install gawk git make python3 lld \
|
$ sudo apt-get install gawk git make python3 lld \
|
||||||
bison clang flex libboost-filesystem-dev libboost-python-dev \
|
bison clang flex libboost-filesystem-dev libboost-python-dev \
|
||||||
libboost-system-dev libbz2-dev libffi-dev libfl-dev \
|
libboost-system-dev libffi-dev libfl-dev libreadline-dev \
|
||||||
libreadline-dev pkg-config tcl-dev zlib1g-dev \
|
pkg-config tcl-dev zlib1g-dev \
|
||||||
graphviz xdot
|
graphviz xdot
|
||||||
|
|
||||||
The environment variable `CXX` can be used to control the C++ compiler used, or
|
The environment variable `CXX` can be used to control the C++ compiler used, or
|
||||||
|
|
|
||||||
|
|
@ -101,8 +101,8 @@ Installing all prerequisites:
|
||||||
|
|
||||||
sudo apt-get install gawk git make python3 lld \
|
sudo apt-get install gawk git make python3 lld \
|
||||||
bison clang flex libboost-filesystem-dev libboost-python-dev \
|
bison clang flex libboost-filesystem-dev libboost-python-dev \
|
||||||
libboost-system-dev libbz2-dev libffi-dev libfl-dev \
|
libboost-system-dev libffi-dev libfl-dev libreadline-dev \
|
||||||
libreadline-dev pkg-config tcl-dev zlib1g-dev \
|
pkg-config tcl-dev zlib1g-dev \
|
||||||
graphviz xdot
|
graphviz xdot
|
||||||
|
|
||||||
.. tab:: macOS 13 (with Homebrew)
|
.. tab:: macOS 13 (with Homebrew)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue