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
73633789
Unverified
Commit
73633789
authored
Jan 24, 2021
by
Nikita Titov
Committed by
GitHub
Jan 23, 2021
Browse files
make sure we use documented Xcode version for producing artifacts (#3824)
parent
d951be99
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/setup.sh
.ci/setup.sh
+1
-1
No files found.
.ci/setup.sh
View file @
73633789
...
@@ -4,7 +4,7 @@ if [[ $OS_NAME == "macos" ]]; then
...
@@ -4,7 +4,7 @@ if [[ $OS_NAME == "macos" ]]; then
if
[[
$COMPILER
==
"clang"
]]
;
then
if
[[
$COMPILER
==
"clang"
]]
;
then
brew
install
libomp
brew
install
libomp
if
[[
$AZURE
==
"true"
]]
;
then
if
[[
$AZURE
==
"true"
]]
;
then
sudo
xcode-select
-s
/Applications/Xcode_9.4.1.app/Contents/Developer
sudo
xcode-select
-s
/Applications/Xcode_9.4.1.app/Contents/Developer
||
exit
-1
fi
fi
else
# gcc
else
# gcc
if
[[
$TASK
!=
"mpi"
]]
;
then
if
[[
$TASK
!=
"mpi"
]]
;
then
...
...
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