mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Disable parallel built in test-bundled-gems
This commit is contained in:
parent
b536ac2cd0
commit
5101671cbc
2 changed files with 3 additions and 1 deletions
|
@ -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'] || ''
|
||||
|
|
Loading…
Add table
Reference in a new issue