Skip to content

Commit dca7877

Browse files
committed
Revert "Try without perl modules"
This reverts commit b3f7b30.
1 parent b3f7b30 commit dca7877

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4747
ninja-build \
4848
patchutils \
4949
pkg-config \
50-
perl \
51-
perl-doc \
5250
python3 \
5351
python3-pip \
5452
python3-venv \
@@ -59,6 +57,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5957
zlib1g \
6058
zlib1g-dev
6159

60+
RUN cpanm File::Slurp
61+
RUN cpanm --notest Module::Pluggable
62+
RUN cpanm Bit::Vector Capture::Tiny DateTime DateTime::Format::W3CDTF Devel::Cover Digest::MD5 File::Spec JSON::XS Memory::Process Time::HiRes
63+
6264
# Clone and build Verilator
6365
RUN git clone https://github.com/antmicro/verilator verilator && \
6466
cd verilator && \

0 commit comments

Comments
 (0)