Commit dbe387a9 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Stop immediate flush to stdout/stderr when running in parallel on CI

During parallel execution (build), it is sometimes flushed before line
breaks, and lines are concatenated.
parent 1cc1ade6
STDOUT.sync = STDERR.sync = true
STDOUT.sync = STDERR.sync = true unless Rake.application.options.always_multitask
MRuby::Build.new('full-debug') do |conf|
conf.toolchain
......
STDOUT.sync = STDERR.sync = true
STDOUT.sync = STDERR.sync = true unless Rake.application.options.always_multitask
def setup_option(conf)
conf.cc.compile_options.sub!(%r{/Zi }, "") unless ENV['CFLAGS']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment