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

ruby-changes:56574

From: Nobuyoshi <ko1@a...>
Date: Tue, 16 Jul 2019 17:25:11 +0900 (JST)
Subject: [ruby-changes:56574] Nobuyoshi Nakada: 76c6cf2cbc (master): Print debugging information when updating failed

https://git.ruby-lang.org/ruby.git/commit/?id=76c6cf2cbc

From 76c6cf2cbc549dead57725ccd934a42df5bc150d Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 16 Jul 2019 17:23:43 +0900
Subject: Print debugging information when updating failed


diff --git a/.travis.yml b/.travis.yml
index 36a9f8d..0dbcde7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -417,7 +417,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L417
     date
     if ! make -s $JOBS $UPDATE_UNICODE up; then
       # Prevent random failure by missing build dependency like https://travis-ci.org/ruby/ruby/jobs/558571461
-      make -s $JOBS $UPDATE_UNICODE ALWAYS_UPDATE_UNICODE=yes up
+      make --debug -s $JOBS $UPDATE_UNICODE up
     fi
   - date; make -s $JOBS srcs
   - rm -f config.status Makefile rbconfig.rb .rbconfig.time
-- 
cgit v0.10.2


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

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