From af1289b79a2cab4d3ac88c3d965c31021bb25309 Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Thu, 4 Apr 2019 16:53:10 -0400 Subject: [PATCH] increasing linux ccache size to 5G --- ci-scripts/docker/docker_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/docker/docker_build.sh b/ci-scripts/docker/docker_build.sh index 2f6d68710..747acb867 100755 --- a/ci-scripts/docker/docker_build.sh +++ b/ci-scripts/docker/docker_build.sh @@ -36,6 +36,7 @@ elif [[ $DOCKER_IMAGE == "quay.io/pypa/manylinux1_i686" ]]; then fi echo $PATH export CCACHE_DIR="/io/ccache" +ccache -M 5 G # set cache size to 5 G # Download proper auditwheel program git clone https://github.com/thomaslima/auditwheel.git /tmp/auditwheel @@ -45,7 +46,6 @@ AUDITWHEEL_PYTHON=$(cat `which auditwheel` | head -1 | sed -e 's/#!\(.*\)/\1/') # Install auditwheel, replacing the system's auditwheel binary $AUDITWHEEL_PYTHON -m pip install . - # Show ccache stats echo "Cache stats:" ccache -s