Commit ecf5f259 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

osx: remove ccache from before_install

parent 3df0d7fd
...@@ -13,16 +13,6 @@ source $MULTIBUILD_DIR/library_builders.sh ...@@ -13,16 +13,6 @@ source $MULTIBUILD_DIR/library_builders.sh
# config.sh can override any function defined here. # config.sh can override any function defined here.
function before_install { function before_install {
if [ $USE_CCACHE == 1 ]; then
brew install ccache
export PATH=/usr/local/opt/ccache/libexec:$PATH
export CCACHE_MAXSIZE=200M
export CCACHE_CPP2=1
# Prove to the developer that ccache is activated
which clang
fi
export CC=clang export CC=clang
export CXX=clang++ export CXX=clang++
get_macpython_environment $MB_PYTHON_VERSION venv get_macpython_environment $MB_PYTHON_VERSION venv
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment