Commit 8d4f8907 authored by Ivan Pozdeev's avatar Ivan Pozdeev
Browse files

Remove "remove OCLint" workaround

Since https://github.com/travis-ci/travis-build/commit/52c6b6cc1d537e52c8ae6f0906944d6fcaa3d173, it's no longer needed
parent 4cdd1927
......@@ -92,8 +92,6 @@ function build_github {
function build_openblas {
if [ -e openblas-stamp ]; then return; fi
if [ -n "$IS_OSX" ]; then
# https://github.com/travis-ci/travis-ci/issues/8826
brew cask uninstall oclint || echo "no oclint"
brew install openblas
brew link --force openblas
else
......
......@@ -18,8 +18,6 @@ source $MULTIBUILD_DIR/library_builders.sh
# config.sh can override any function defined here.
function before_install {
# Uninstall oclint. See Travis-CI gh-8826
brew cask uninstall oclint || true
export CC=clang
export CXX=clang++
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