Skip to content

Commit

Permalink
avoid caching
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed May 28, 2020
1 parent 819ea0e commit 1fc72c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.Linux
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ WORKDIR everparse
# Build the package (skipping proofs)
# this will also compile F* and KReMLin, since we did not fetch them through everest
ARG EVEREST_THREADS=1
# BUILD_ID is used by CI to avoid caching, starting from this point
ARG BUILD_ID=0
RUN echo $BUILD_ID
RUN env OTHERFLAGS="--admit_smt_queries true" make -j $EVEREST_THREADS package-noversion

ENTRYPOINT ["/bin/bash", "--login"]

0 comments on commit 1fc72c0

Please sign in to comment.