showing ccache stats

This commit is contained in:
Thomas Ferreira de Lima 2018-12-18 18:05:10 -05:00
parent 94b37c389c
commit b6d7dec289
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ cd /io
# Compile wheel
"/opt/python/$PY_VERSION/bin/python" setup.py bdist_wheel -d /io/wheelhouse/ || exit 1
# Show ccache stats
ccache -s
# Bundle external shared libraries into the wheels via auditwheel
for whl in /io/wheelhouse/*linux_*.whl; do
auditwheel repair "$whl" -w /io/wheelhouse/ || exit 1