1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

--debug was not functional either

Even after 19d592dc82, the retry seems not
functional. Let's just add --debug from the beginning because an output
of each step is collapsed and we don't see `make up` output so often.
This commit is contained in:
Takashi Kokubun 2019-07-20 15:44:10 +09:00
parent 81fc3becc7
commit e7b5b9144a
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -421,7 +421,7 @@ before_script:
- "> .rbconfig.time" - "> .rbconfig.time"
- sed -f tool/prereq.status template/Makefile.in common.mk > Makefile - sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
- date; make touch-unicode-files - date; make touch-unicode-files
- date; make -s $JOBS $UPDATE_UNICODE up || make --debug -s $JOBS $UPDATE_UNICODE up - date; make --debug -s $JOBS $UPDATE_UNICODE up
- date; make -s $JOBS srcs - date; make -s $JOBS srcs
- rm -f config.status Makefile rbconfig.rb .rbconfig.time - rm -f config.status Makefile rbconfig.rb .rbconfig.time
- |- - |-