[前][次][番号順一覧][スレッド一覧]

ruby-changes:54275

From: k0kubun <ko1@a...>
Date: Sat, 22 Dec 2018 01:07:47 +0900 (JST)
Subject: [ruby-changes:54275] k0kubun:r66484 (trunk): .travis.yml: give up parallel build for osx

k0kubun	2018-12-22 01:07:41 +0900 (Sat, 22 Dec 2018)

  New Revision: 66484

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66484

  Log:
    .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.

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 66483)
+++ .travis.yml	(revision 66484)
@@ -281,6 +281,8 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L281
       - 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="-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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]