From 9cc112042413a8ba03542960185fbbc168b7d870 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 23 Dec 2018 01:58:33 +0000 Subject: .travis.yml: refine explanation of no -j3 on osx [ci skip] With travis_wait, we may not need -j3 for test-all anymore, but still we need to avoid hanging on building Ruby somehow. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e55c4c459..ae491bbbd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -279,9 +279,8 @@ env: <<: *osx 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="--tty=no --excludes=\$(TESTSDIR)/excludes/_travis/osx" - # Also globally disabling $JOBS because even just building ruby could hang forever on osx. + # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727 - JOBS= - &universal-darwin17 -- cgit v1.2.3