8000
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 bf365e1 commit df122a0Copy full SHA for df122a0
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