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
4bb2b58c
Commit
4bb2b58c
authored
Jan 26, 2018
by
native-api
Committed by
xoviat
Jan 25, 2018
Browse files
In xcode 6.4, `brew update' breaks `brew' due to old `ruby'. (#125)
* Don't update homebrew
parent
b9071fc7
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 @
4bb2b58c
...
...
@@ -11,6 +11,10 @@ cache:
directories
:
-
$HOME/.ccache
env
:
global
:
-
HOMEBREW_NO_AUTO_UPDATE=1
matrix
:
include
:
-
os
:
linux
...
...
tests/test_library_builders.sh
View file @
4bb2b58c
...
...
@@ -4,10 +4,6 @@ export BUILD_PREFIX="${PWD}/builds"
rm_mkdir
$BUILD_PREFIX
source
library_builders.sh
# set -e -x
if
[
-n
"
$IS_OSX
"
]
;
then
brew update
;
fi
start_spinner
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