mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Fix Travis cache config: remove ccache, add OS X pip cache
ccache on Travis was never configured properly so the setting never actually did anything. Enabling ccache for real brings other issues: due to the way the preprocessor is handled, some of the Python header macros produce bogus compiler warnings (which in turn produce errors with -Werror). ccache also requires additional configuration on OS X and docker. It would reduce compile time by ~30 seconds at best, so it's not worth the trouble. [skip appveyor]
This commit is contained in:
parent
b62a896f31
commit
14bd10d6d6
@ -44,7 +44,7 @@ matrix:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
- ccache
|
- $HOME/Library/Caches/pip
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
# Configure build variables
|
# Configure build variables
|
||||||
|
Loading…
Reference in New Issue
Block a user