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 b3f7b30 commit dca7877Copy full SHA for dca7877
.github/Dockerfile
@@ -47,8 +47,6 @@ 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 \
@@ -59,6 +57,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
59
57
zlib1g \
60
58
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