ruby-changes:55612
From: Kazuhiro <ko1@a...>
Date: Mon, 29 Apr 2019 12:22:17 +0900 (JST)
Subject: [ruby-changes:55612] Kazuhiro NISHIYAMA:69cad44fac (trunk): Reduce debug output
https://git.ruby-lang.org/ruby.git/commit/?id=69cad44fac From 69cad44facc4dedfe181c6a669b63fb9da2aa673 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Mon, 29 Apr 2019 12:19:07 +0900 Subject: Reduce debug output because I found machine clock problem see r67347 https://travis-ci.org/ruby/ruby/jobs/525784924 https://travis-ci.community/t/mtime-of-source-codes-are-sometimes-newer-than-build-time-clock-skew/3215 diff --git a/.travis.yml b/.travis.yml index d78c8c2..6231f72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -412,16 +412,6 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L412 # Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759 set -x date - echo $USER - ls -la - ls -la .ext - ls -la .ext/common - ls -la .ext/common/bigdecimal - ls -la ext - ls -laR ext/bigdecimal - ls -la ../ext - ls -laR ../ext/bigdecimal - umask ./miniruby -e 'ARGV.map{[@1,File.stat(@1)]}.sort_by{@2.mtime}.each{p mtime:@2.mtime.to_f, ctime:@2.ctime.to_f, path:@1}' .ext/.timestamp/.RUBYCOMMONDIR*time .ext/common/bigdecimal/*.rb ../ext/bigdecimal/lib/bigdecimal/*.rb . .. .ext .ext/common .ext/common/bigdecimal ext/bigdecimal ../ext ../ext/bigdecimal ../ext/bigdecimal/lib ../ext/bigdecimal/lib/bigdecimal fi exit 1 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/