mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
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']
|
||||
|
||||
Reference in New Issue
Block a user