ci: Specify verilator sha1 (Build broken with recent versions).
This commit is contained in:
parent
b9a0d1dbc3
commit
f60e171b2f
|
@ -46,6 +46,7 @@ jobs:
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
git clone https://github.com/verilator/verilator
|
git clone https://github.com/verilator/verilator
|
||||||
cd verilator
|
cd verilator
|
||||||
|
git checkout be65030d6145e4553500b91b3db36db0993aa8af
|
||||||
autoconf
|
autoconf
|
||||||
./configure
|
./configure
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
Loading…
Reference in New Issue