Skip to content

Commit 83f7679

Browse files
author
y-p
committed
BLD: travis limit ccache to 60M
1 parent 35c6862 commit 83f7679

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/prep_ccache.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ if [ "$IRON_TOKEN" ]; then
88

99
python ci/ironcache/get.py
1010
ccache -C
11+
ccache -M 60M
12+
1113
if [ -f ~/ccache.7z ]; then
1214
echo "Cache retrieved"
1315
cd $HOME

0 commit comments

Comments
 (0)