Skip to content

Commit b3f7b30

Browse files
committed
Try without perl modules
Signed-off-by: Tomasz Gorochowik <[email protected]>
1 parent 59fcaae commit b3f7b30

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/Dockerfile

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

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-
6462
# Clone and build Verilator
6563
RUN git clone https://github.com/antmicro/verilator verilator && \
6664
cd verilator && \

0 commit comments

Comments
 (0)