Skip to content

Commit

Permalink
Revert "Try without perl modules"
Browse files Browse the repository at this point in the history
This reverts commit b3f7b30.
  • Loading branch information
tgorochowik committed Jan 3, 2025
1 parent b3f7b30 commit dca7877
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ninja-build \
patchutils \
pkg-config \
perl \
perl-doc \
python3 \
python3-pip \
python3-venv \
Expand All @@ -59,6 +57,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
zlib1g \
zlib1g-dev

RUN cpanm File::Slurp
RUN cpanm --notest Module::Pluggable
RUN cpanm Bit::Vector Capture::Tiny DateTime DateTime::Format::W3CDTF Devel::Cover Digest::MD5 File::Spec JSON::XS Memory::Process Time::HiRes

# Clone and build Verilator
RUN git clone https://github.com/antmicro/verilator verilator && \
cd verilator && \
Expand Down

0 comments on commit dca7877

Please sign in to comment.