Skip to content

Commit

Permalink
BundledGem.dummy_spec needs to checkout revision after cloning reposi…
Browse files Browse the repository at this point in the history
…tory.

  The current BundledGem.dummy_spec always called from master branch.
  It caused to CI faiulres like
  http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20230305T001003Z.fail.html.gz
  • Loading branch information
hsbt committed Mar 8, 2023
1 parent 0c9733e commit 5990588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defs/gmake.mk
Expand Up @@ -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)' $$(@)

Expand Down

0 comments on commit 5990588

Please sign in to comment.