We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583d126 commit d0dbb05Copy full SHA for d0dbb05
config.sh
@@ -16,7 +16,7 @@ function bdist_wheel_cmd {
16
local abs_wheelhouse=$1
17
python setup.py bdist_wheel $BDIST_PARAMS
18
cp dist/*.whl $abs_wheelhouse
19
- if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache --show-stats; fi
+ if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
20
}
21
22
if [ -n "$IS_OSX" ]; then
0 commit comments