Skip to content

Commit

Permalink
correcting a flawed experiment :(
Browse files Browse the repository at this point in the history
  • Loading branch information
steveri committed Sep 24, 2023
1 parent f8a30ff commit 2b0dc93
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ WORKDIR /aha/pono
# Need pono/build/python later, see "pip install -e pono/build/python" below :(
RUN /bin/rm -rf build/tests/ build/CMakefiles/ CMakeTmp/

# RUN ./contrib/setup-bison.sh \
# && ./contrib/setup-flex.sh \
# && ./contrib/setup-smt-switch.sh --python \
# && ./contrib/setup-btor2tools.sh \
# && ./configure.sh --python \
# && cd build \
# && make -j4 \
# && pip install -e ./python \
# && /bin/rm -rf /aha/pono/build/tests/ \
# && /bin/rm -rf /aha/pono/build/CMakefiles/ \
# && /bin/rm -rf /aha/pono/CMakeTmp/

# CoreIR
RUN printf -- "--- TIME %s SPACE %s %s\n" `date +%H:%M` `du -hs /aha|cut -f 1` CoreIR
WORKDIR /aha
Expand Down Expand Up @@ -184,8 +196,8 @@ RUN echo "source /aha/bin/activate" >> /root/.bashrc && \
# WORKDIR /aha
# RUN git submodule deinit -f --all

# Okay but what if we delete 2.2G worth of pono defs?
RUN /bin/rm -rf /aha/pono/defs
# Okay but what if we delete 2.2G worth of pono deps?
RUN /bin/rm -rf /aha/pono/deps

# END
RUN printf -- "+++ TIME %s SPACE %s %s\n" `date +%H:%M` `du -hs /aha|cut -f 1` end
Expand Down

0 comments on commit 2b0dc93

Please sign in to comment.