Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
128badfa
Commit
128badfa
authored
Jan 26, 2018
by
native-api
Committed by
xoviat
Jan 30, 2018
Browse files
In xcode 6.4, `brew update' breaks `brew' due to old `ruby'. (#125)
* Don't update homebrew
parent
677e6812
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+4
-0
tests/test_library_builders.sh
tests/test_library_builders.sh
+0
-4
No files found.
.travis.yml
View file @
128badfa
...
@@ -11,6 +11,10 @@ cache:
...
@@ -11,6 +11,10 @@ cache:
directories
:
directories
:
-
$HOME/.ccache
-
$HOME/.ccache
env
:
global
:
-
HOMEBREW_NO_AUTO_UPDATE=1
matrix
:
matrix
:
include
:
include
:
-
os
:
linux
-
os
:
linux
...
...
tests/test_library_builders.sh
View file @
128badfa
...
@@ -5,10 +5,6 @@ rm_mkdir $BUILD_PREFIX
...
@@ -5,10 +5,6 @@ rm_mkdir $BUILD_PREFIX
source
configure_build.sh
source
configure_build.sh
source
library_builders.sh
source
library_builders.sh
# set -e -x
if
[
-n
"
$IS_OSX
"
]
;
then
brew update
;
fi
start_spinner
start_spinner
suppress build_openssl
suppress build_openssl
...
...
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