Skip to content

Commit 15e9881

Browse files
author
Vlastimil Zeman
committed
Standardise ccache size to 1 GB
1 parent a029094 commit 15e9881

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
- mkdir bin ; ln -s /usr/bin/gcc bin/gcc
6565
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
6666
- export PATH=/usr/local/opt/ccache/libexec:$PATH
67-
- ccache -M 1G
6867
env: COMPILER=g++
6968

7069
# OS X using clang++
@@ -76,7 +75,6 @@ jobs:
7675
before_install:
7776
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
7877
- export PATH=/usr/local/opt/ccache/libexec:$PATH
79-
- ccache -M 1G
8078
env:
8179
- COMPILER="ccache clang++ -Qunused-arguments -fcolor-diagnostics"
8280
- CCACHE_CPP2=yes
@@ -157,6 +155,7 @@ jobs:
157155
- <<: *linter-stage
158156

159157
install:
158+
- ccache --max-size=1G
160159
- COMMAND="make -C src minisat2-download" &&
161160
eval ${PRE_COMMAND} ${COMMAND}
162161
- COMMAND="make -C src CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -Werror -pedantic -O2 -g $EXTRA_CXXFLAGS\" -j2" &&

0 commit comments

Comments
 (0)