Skip to content

Commit eb6ed0d

Browse files
committed
#28: optimize ccache settings
1 parent a81f956 commit eb6ed0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/docker/base.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ ENV CC=$CC \
4343

4444
ENV CCACHE_COMPILERCHECK=content \
4545
CCACHE_COMPRESS=1 \
46-
CCACHE_COMPRESSLEVE=5 \
47-
CCACHE_MAXSIZE=700M \
46+
CCACHE_MAXSIZE=200M \
4847
CCACHE_DIR=/build/ccache \
4948
\
5049
LESSCHARSET=utf-8 \

0 commit comments

Comments
 (0)