зеркало из https://github.com/github/ruby.git
Disable parallel built in test-bundled-gems
This commit is contained in:
Родитель
b536ac2cd0
Коммит
5101671cbc
|
@ -1408,7 +1408,7 @@ no-test-bundled-gems:
|
|||
|
||||
BUNDLED_GEMS =
|
||||
test-bundled-gems-run: $(PREPARE_BUNDLED_GEMS)
|
||||
$(gnumake_recursive)$(Q) $(XRUBY) $(tooldir)/test-bundled-gems.rb $(BUNDLED_GEMS)
|
||||
$(Q) $(XRUBY) $(tooldir)/test-bundled-gems.rb $(BUNDLED_GEMS)
|
||||
|
||||
test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck
|
||||
no-test-bundler-precheck:
|
||||
|
|
|
@ -2,6 +2,8 @@ require 'rbconfig'
|
|||
require 'timeout'
|
||||
require 'fileutils'
|
||||
|
||||
ENV.delete("GNUMAKEFLAGS")
|
||||
|
||||
github_actions = ENV["GITHUB_ACTIONS"] == "true"
|
||||
|
||||
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
|
||||
|
|
Загрузка…
Ссылка в новой задаче