mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: give up parallel build for osx
Even building ruby seems to hang for unknown reasons. https://travis-ci.org/ruby/ruby/jobs/471021727 Travis's osx environment is too fragile. Avoid anything dangerous. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3a2c6a86e5
commit
4e42ebf018
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,8 @@ env:
|
|||
- CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib
|
||||
# Not using $JOBS which might be harmful for some tests because osx build often hangs for unknown reasons.
|
||||
- TEST_ALL_OPTS="-q --tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx"
|
||||
# Also globally disabling $JOBS because even just building ruby could hang forever on osx.
|
||||
- JOBS=
|
||||
|
||||
- &universal-darwin17
|
||||
name: uinversal.x86_64h-darwin17
|
||||
|
|
Loading…
Reference in a new issue