Skip to content

Commit

Permalink
Try prepare-gems instead of extract-gems
Browse files Browse the repository at this point in the history
* `make install` uses prepare-gems.
  • Loading branch information
eregon committed Feb 12, 2024
1 parent ffe1a68 commit 39788e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ $(RBCONFIG): $(tooldir)/mkconfig.rb config.status $(srcdir)/version.h $(srcdir)/
test-rubyspec: test-spec
yes-test-rubyspec: yes-test-spec

yes-test-spec-precheck: yes-test-all-precheck yes-fake extract-gems
yes-test-spec-precheck: yes-test-all-precheck yes-fake prepare-gems

test-spec: $(TEST_RUNNABLE)-test-spec
yes-test-spec: yes-test-spec-precheck
Expand Down

0 comments on commit 39788e5

Please sign in to comment.