Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
b0a938ae
Commit
b0a938ae
authored
Nov 06, 2018
by
Nikita Titov
Committed by
Qiwei Ye
Nov 06, 2018
Browse files
[ci] updated fix for macOS on Travis (#1822)
* updated fix for macOS on Travis * hotfix
parent
5c8e365f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.ci/setup.sh
.ci/setup.sh
+2
-1
No files found.
.ci/setup.sh
View file @
b0a938ae
...
@@ -9,7 +9,8 @@ if [[ $OS_NAME == "macos" ]]; then
...
@@ -9,7 +9,8 @@ if [[ $OS_NAME == "macos" ]]; then
fi
fi
else
else
if
[[
$TRAVIS
==
"true"
]]
;
then
if
[[
$TRAVIS
==
"true"
]]
;
then
sudo
softwareupdate
-i
"Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.3"
# fix "fatal error: _stdio.h: No such file or directory"
# Fix "fatal error: _stdio.h: No such file or directory"
softwareupdate
-i
"Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.4"
rm
'/usr/local/include/c++'
rm
'/usr/local/include/c++'
# brew cask uninstall oclint # reserve variant to deal with conflict link
# brew cask uninstall oclint # reserve variant to deal with conflict link
# brew link --overwrite gcc # previous variant to deal with conflict link
# brew link --overwrite gcc # previous variant to deal with conflict link
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment