Skip to content

Commit

Permalink
update-coverage needs to build ruby and all C-ext libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 23, 2023
1 parent d9fd048 commit 4981206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Expand Up @@ -1372,7 +1372,7 @@ update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)" tool/downloader.rb -d tool --cache-dir=$(CACHE_DIR) -e gnu \
config.guess config.sub

update-coverage: PHONY
update-coverage: main PHONY
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
--install-dir .bundle --conservative "simplecov" -v "0.20.0"

Expand Down

0 comments on commit 4981206

Please sign in to comment.