We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fcaae commit b3f7b30Copy full SHA for b3f7b30
.github/Dockerfile
@@ -47,6 +47,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
47
ninja-build \
48
patchutils \
49
pkg-config \
50
+ perl \
51
+ perl-doc \
52
python3 \
53
python3-pip \
54
python3-venv \
@@ -57,10 +59,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
57
59
zlib1g \
58
60
zlib1g-dev
61
-RUN cpanm File::Slurp
-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
-
64
# Clone and build Verilator
65
RUN git clone https://github.com/antmicro/verilator verilator && \
66
cd verilator && \
0 commit comments