1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test-bundled-gems.rb needs + with GNU make

This script runs `make` internally, and sub-`make`s need the
environment variable for the job server when compiling in parallel.
This commit is contained in:
Nobuyoshi Nakada 2022-07-16 11:22:36 +09:00
parent 78d2be69b5
commit b536ac2cd0
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1408,7 +1408,7 @@ no-test-bundled-gems:
BUNDLED_GEMS =
test-bundled-gems-run: $(PREPARE_BUNDLED_GEMS)
$(Q) $(XRUBY) $(tooldir)/test-bundled-gems.rb $(BUNDLED_GEMS)
$(gnumake_recursive)$(Q) $(XRUBY) $(tooldir)/test-bundled-gems.rb $(BUNDLED_GEMS)
test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck
no-test-bundler-precheck: