update-coverage needs to build ruby and all C-ext libraries

This commit is contained in:
Hiroshi SHIBATA 2023-01-23 15:14:02 +09:00
parent d9fd048351
commit 4981206b49
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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"