зеркало из https://github.com/github/ruby.git
Debug make install instead of make
Actually what has randomly failed was `make install`: https://travis-ci.org/ruby/ruby/jobs/512988177 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
bb5ab13bf5
Коммит
9254e1c740
|
@ -357,8 +357,9 @@ before_script:
|
|||
- rm -rf ~/config_2nd
|
||||
- mv ../config_2nd ~
|
||||
- chmod u-w ..
|
||||
- $SETARCH make -s $JOBS
|
||||
- |-
|
||||
if ! $SETARCH make -s $JOBS; then
|
||||
if ! make install; then
|
||||
if [ "$(uname)" = Darwin ]; then
|
||||
# Debugging "Permission defined" failure on darwin like https://travis-ci.org/ruby/ruby/jobs/508683759
|
||||
set -x
|
||||
|
@ -370,7 +371,6 @@ before_script:
|
|||
fi
|
||||
exit 1
|
||||
fi
|
||||
- make install
|
||||
- ccache --show-stats
|
||||
- |-
|
||||
[ -z "${GEMS_FOR_TEST}" ] ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче