Skip to content

Commit

Permalink
dockerfile fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Mar 6, 2025
1 parent 0942b76 commit 99a710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ENV SETUP=0
ENV SEAL5_HOME="/seal5_llvm"

RUN . /venv/bin/activate && seal5 --verbose --dir ${SEAL5_HOME} init --non-interactive --clone --clone-url ${LLVM_REPO} --clone-ref ${LLVM_REF} --clone-depth ${CLONE_DEPTH}
RUN . /venv/bin/activate && seal5 --verbose load --overwrite --files /seal5/examples/cfg/filter.yml /seal5/examples/cfg/git.yml /seal5/examples/cfg/llvm.yml /seal5/examples/cfg/patches.yml /seal5/examples/cfg/riscv.yml /seal5/examples/cfg/tools.yml
RUN . /venv/bin/activate && seal5 --verbose load --overwrite --files /seal5/examples/common/cfg/filter.yml /seal5/examples/common/cfg/git.yml /seal5/examples/common/cfg/llvm.yml /seal5/examples/common/cfg/patches.yml /seal5/examples/common/cfg/riscv.yml /seal5/examples/common/cfg/tools.yml
RUN . /venv/bin/activate && seal5 --verbose setup
RUN . /venv/bin/activate && seal5 --verbose patch -s 0
RUN . /venv/bin/activate && seal5 --verbose build --ccache
Expand Down

0 comments on commit 99a710f

Please sign in to comment.