From 4981206b494b1392df451ff4655126f0d7152fa7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 23 Jan 2023 15:14:02 +0900 Subject: update-coverage needs to build ruby and all C-ext libraries --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 7158bdc26d..ead0354d02 100644 --- a/common.mk +++ b/common.mk @@ -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" -- cgit v1.2.1