mirror of https://github.com/KLayout/klayout.git
increasing linux ccache size to 5G
This commit is contained in:
parent
1399beb229
commit
af1289b79a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue