mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
BundledGem.dummy_spec needs to checkout revision after cloning repository.
The current BundledGem.dummy_spec always called from master branch.
It caused to CI faiulres like
20230305
T001003Z.fail.html.gz
This commit is contained in:
parent
0c9733ea86
commit
59905883c4
Notes:
git
2023-03-08 08:49:03 +00:00
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ $(srcdir)/.bundle/.timestamp/$(1).revision: \
|
|||
|
||||
# The repository of minitest does not include minitest.gemspec because it uses hoe.
|
||||
# This creates a dummy gemspec.
|
||||
$(srcdir)/gems/src/$(1)/$(1).gemspec: \
|
||||
$(srcdir)/gems/src/$(1)/$(1).gemspec: $(srcdir)/.bundle/.timestamp/$(1).revision \
|
||||
| $(srcdir)/gems/src/$(1)/.git
|
||||
$(Q) $(BASERUBY) -I$(tooldir)/lib -rbundled_gem -e 'BundledGem.dummy_gemspec(*ARGV)' $$(@)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue