Skip to content

Commit

Permalink
travis: enable ccache compression
Browse files Browse the repository at this point in the history
Travis sets the allowance to 512MB, which might not fit the entire
codebase.
  • Loading branch information
sangjinhan committed Aug 10, 2018
1 parent fee0969 commit 10e1935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ RUN cd /build && \
rm -rf /build/bess

ENV CCACHE_DIR=/tmp/ccache
ENV CCACHE_COMPRESS=true

WORKDIR /build/bess

0 comments on commit 10e1935

Please sign in to comment.