mirror of https://github.com/KLayout/klayout.git
showing ccache stats
This commit is contained in:
parent
94b37c389c
commit
b6d7dec289
|
|
@ -35,6 +35,9 @@ cd /io
|
||||||
# Compile wheel
|
# Compile wheel
|
||||||
"/opt/python/$PY_VERSION/bin/python" setup.py bdist_wheel -d /io/wheelhouse/ || exit 1
|
"/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
|
# Bundle external shared libraries into the wheels via auditwheel
|
||||||
for whl in /io/wheelhouse/*linux_*.whl; do
|
for whl in /io/wheelhouse/*linux_*.whl; do
|
||||||
auditwheel repair "$whl" -w /io/wheelhouse/ || exit 1
|
auditwheel repair "$whl" -w /io/wheelhouse/ || exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue