formatting
All checks were successful
ci / docker (push) Successful in 15m42s

This commit is contained in:
2025-08-28 22:15:48 -06:00
parent c9bd39553c
commit a5223845ff

View File

@@ -1,6 +1,5 @@
FROM ubuntu:22.04
RUN \
apt update && \
RUN apt update && \
apt install -y autoconf gperf make gcc g++ bison flex && \
apt clean
@@ -10,8 +9,7 @@ WORKDIR /iverilog
# RUN git clone --recursive https://github.com/steveicarus/iverilog.git
# BUILD RELEASED CODE
RUN \
apt update && \
RUN apt update && \
apt install -y wget && \
apt clean
RUN wget https://github.com/steveicarus/iverilog/archive/refs/tags/v12_0.tar.gz && \