summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-18 18:52:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-18 20:46:07 +0900
commit0c8bd35ba452e13080fa0d272985d4158204d044 (patch)
tree3888a9e0ad4953bbb3f18a722a7138df03cd69da
parentce580f4ae5b46807a8d6930fde10a0b4ab32f534 (diff)
Install zeitwerk at test-bundled-gems-prepare
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12111
-rw-r--r--common.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index d03662e5ea..09dd29ed5e 100644
--- a/common.mk
+++ b/common.mk
@@ -1601,7 +1601,7 @@ no-install-for-test-bundled-gems: no-update-default-gemspecs
yes-install-for-test-bundled-gems: yes-update-default-gemspecs
$(XRUBY) -C "$(srcdir)" -r./tool/lib/gem_env.rb bin/gem \
install --no-document --conservative \
- "hoe" "json-schema" "test-unit-rr" "simplecov" "simplecov-html" "simplecov-json" "rspec"
+ "hoe" "json-schema" "test-unit-rr" "simplecov" "simplecov-html" "simplecov-json" "rspec" "zeitwerk"
test-bundled-gems-fetch: yes-test-bundled-gems-fetch
yes-test-bundled-gems-fetch:
@@ -1661,8 +1661,6 @@ test-bundler-prepare: $(TEST_RUNNABLE)-test-bundler-prepare
no-test-bundler-prepare: no-test-bundler-precheck
yes-test-bundler-prepare: yes-test-bundler-precheck
$(ACTIONS_GROUP)
- $(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
- --install-dir .bundle --conservative "zeitwerk"
$(XRUBY) -C $(srcdir) -Ilib \
-e 'ENV["GEM_HOME"] = File.expand_path(".bundle")' \
-e 'ENV["BUNDLE_APP_CONFIG"] = File.expand_path(".bundle")' \