mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add workaround for Permission denied
of cp
see r67347 recent log: https://travis-ci.org/ruby/ruby/jobs/529640417
This commit is contained in:
parent
b0965cc2d6
commit
e8e415b534
1 changed files with 3 additions and 1 deletions
|
@ -413,8 +413,10 @@ before_script:
|
|||
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
|
||||
- |-
|
||||
|
|
Loading…
Reference in a new issue