Skip to content

Commit

Permalink
information gathering
Browse files Browse the repository at this point in the history
  • Loading branch information
steveri committed Sep 24, 2023
1 parent 4266709 commit 1c20d37
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ steps:
- set -x; docker images; docker ps;

- echo "--- Creating garnet Image"
# - docker build . --no-cache=true -t "garnet:aha-flow-build-${BUILDKITE_BUILD_NUMBER}"
- docker build . -t "garnet:aha-flow-build-${BUILDKITE_BUILD_NUMBER}"

- echo "--- Pruning Docker Images"
Expand Down
14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ SHELL ["/bin/bash", "--login", "-c"]
# CoreIR
RUN printf -- "--- TIME %s %s\n" `date +%H:%M` CoreIR
WORKDIR /aha

RUN du -hs /aha/coreir || echo no coreir
RUN du -hs /aha/clockwork || echo no clockwork



COPY ./coreir /aha/coreir
WORKDIR /aha/coreir/build
RUN cmake .. && make && make install
Expand Down Expand Up @@ -147,6 +153,10 @@ RUN du -hs /aha/coreir/build
# RUN export COREIR_DIR=/aha/coreir && make -j2 && make distrib && \
# rm -rf lib/*

RUN du -hs /aha/coreir || echo no coreir
RUN du -hs /aha/clockwork || echo no clockwork


# FIXME What?? How is it that we are only just now setting up venv?
# FIXME Where did pono/coreir/lake etc. install???
# Install AHA and AHA Tools
Expand All @@ -156,6 +166,10 @@ WORKDIR /aha
RUN git branch && git log | head -1
RUN python -m venv .

RUN du -hs /aha/coreir || echo no coreir
RUN du -hs /aha/clockwork || echo no clockwork


# # Sam
# RUN printf -- "--- TIME %s %s\n" `date +%H:%M` sam
# WORKDIR /aha/sam
Expand Down

0 comments on commit 1c20d37

Please sign in to comment.