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:
parent
81fc3becc7
commit
e7b5b9144a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
- |-
|
- |-
|
||||||
|
|
Loading…
Add table
Reference in a new issue