"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "9f13a9c897ce41beebb50c3e44b501f4a7a0145e"
Commit e6505417 authored by Nikita Titov's avatar Nikita Titov Committed by James Lamb
Browse files

[ci] removed outdated code (#2475)

parent 54be4204
......@@ -7,14 +7,6 @@ if [[ $OS_NAME == "macos" ]]; then
sudo xcode-select -s /Applications/Xcode_8.3.3.app/Contents/Developer
fi
else # gcc
if [[ $TRAVIS == "true" ]]; then
# rm '/usr/local/include/c++' # previous variant to deal with conflict link
# brew cask uninstall oclint # reserve variant to deal with conflict link
brew link --overwrite gcc
brew upgrade gcc
else
brew update
fi
if [[ $TASK != "mpi" ]]; then
brew install gcc
fi
......
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