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

ruby-changes:56538

From: Takashi <ko1@a...>
Date: Mon, 15 Jul 2019 11:04:34 +0900 (JST)
Subject: [ruby-changes:56538] Takashi Kokubun: 73346823e1 (master): Try to prevent random build failure on Travis osx

https://git.ruby-lang.org/ruby.git/commit/?id=73346823e1

From 73346823e1119a8e72baefab381dbe822c4c01f7 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Mon, 15 Jul 2019 11:04:12 +0900
Subject: Try to prevent random build failure on Travis osx


diff --git a/.travis.yml b/.travis.yml
index 03f1107..56320ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -334,6 +334,8 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L334
       - TEST_ALL_ISOLATED_TESTS="../test/ruby/test_gc_compact.rb"
       # Disabling -j3 because it seems to cause a hang on building Ruby: https://travis-ci.org/ruby/ruby/jobs/471021727
       - JOBS=
+      # Prevent random failure by missing build dependency like https://travis-ci.org/ruby/ruby/jobs/558571461
+      - ALWAYS_UPDATE_UNICODE=yes
 
   - &dependency
     name: Check dependencies in makefiles
-- 
cgit v0.10.2


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

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