ruby-changes:54295
From: k0kubun <ko1@a...>
Date: Sun, 23 Dec 2018 10:58:37 +0900 (JST)
Subject: [ruby-changes:54295] k0kubun:r66504 (trunk): .travis.yml: refine explanation of no -j3 on osx [ci skip]
k0kubun 2018-12-23 10:58:33 +0900 (Sun, 23 Dec 2018) New Revision: 66504 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66504 Log: .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. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 66503) +++ .travis.yml (revision 66504) @@ -279,9 +279,8 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L279 <<: *osx env: - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/