Skip to content

Commit 43dc162

Browse files
committed
build-docker-image.yml: Update verilator version
Signed-off-by: Kamil Rakoczy <[email protected]>
1 parent 287bb14 commit 43dc162

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN cpanm --notest Module::Pluggable
6262
RUN cpanm Bit::Vector Capture::Tiny DateTime DateTime::Format::W3CDTF Devel::Cover Digest::MD5 File::Spec JSON::XS Memory::Process Time::HiRes
6363

6464
# Clone and build Verilator
65-
RUN git clone https://github.com/verilator/verilator verilator && \
65+
RUN git clone https://github.com/antmicro/verilator verilator && \
6666
cd verilator && \
6767
git checkout ${VERILATOR_VERSION} && \
6868
autoconf && \

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-20.04
1212
env:
13-
VERILATOR_VERSION: v5.024
13+
VERILATOR_VERSION: pragma-coverage-off
1414
VERILATOR_UVM_VERSION: 7ca2d6470a
1515
OPENOCD_VERSION: riscv-nohalt-rebase
1616
RENODE_VERSION: 1.15.3+20240924gitc7bc336bb

0 commit comments

Comments
 (0)