Skip to content

Commit

Permalink
Updated regression scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio <[email protected]>
  • Loading branch information
aignacio committed May 6, 2024
1 parent 8f0a616 commit 111eb60
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Verilator
run: |
sudo apt install -y git help2man perl python3 \
make autoconf g++ flex bison ccache \
libgoogle-perftools-dev numactl perl-doc \
libfl2 libfl-dev zlibc zlib1g zlib1g-dev
sudo apt-get install git help2man perl python3 make autoconf g++ flex bison ccache -y
sudo apt-get install libgoogle-perftools-dev numactl perl-doc -y
sudo apt-get install libfl2 -y # Ubuntu only (ignore if gives error)
sudo apt-get install libfl-dev -y # Ubuntu only (ignore if gives error)
sudo apt-get install zlib1g zlib1g-dev -y # Ubuntu only (ignore if gives error)
git clone https://github.com/verilator/verilator.git
cd verilator
git checkout stable
Expand Down

0 comments on commit 111eb60

Please sign in to comment.