ruby-changes:55678
From: Kazuhiro <ko1@a...>
Date: Wed, 8 May 2019 16:46:34 +0900 (JST)
Subject: [ruby-changes:55678] Kazuhiro NISHIYAMA: e8e415b534 (trunk): Add workaround for `Permission denied` of `cp`
https://git.ruby-lang.org/ruby.git/commit/?id=e8e415b534 From e8e415b5347197666f4dd11d25df08881ddaa36f Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Wed, 8 May 2019 16:44:08 +0900 Subject: Add workaround for `Permission denied` of `cp` see r67347 recent log: https://travis-ci.org/ruby/ruby/jobs/529640417 diff --git a/.travis.yml b/.travis.yml index 42e98b8..609a8fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -413,8 +413,10 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L413 set -x date ./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 + make COPY='cp -f' install + else + exit 1 fi - exit 1 fi - ccache --show-stats - |- -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/