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 6367826 commit fbe6df3Copy full SHA for fbe6df3
.github/Dockerfile
@@ -57,7 +57,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
57
zlib1g \
58
zlib1g-dev
59
60
-RUN cpanm Bit::Vector
+RUN cpanm File::Slurp
61
+RUN cpanm 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/verilator/verilator verilator && \
0 commit comments