From 18d8333c30ff84252231524e10f5a45b795e90b3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 17 Jan 2023 15:33:45 +0900 Subject: Switch to use gem version of simplecov, not git clone --- common.mk | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 3f9e08b9bf..8560c21052 100644 --- a/common.mk +++ b/common.mk @@ -51,12 +51,6 @@ GEM_VENDOR = BENCHMARK_DRIVER_GIT_URL = https://github.com/benchmark-driver/benchmark-driver BENCHMARK_DRIVER_GIT_REF = v0.16.3 -SIMPLECOV_GIT_URL = https://github.com/simplecov-ruby/simplecov.git -SIMPLECOV_GIT_REF = v0.17.0 -SIMPLECOV_HTML_GIT_URL = https://github.com/simplecov-ruby/simplecov-html.git -SIMPLECOV_HTML_GIT_REF = v0.10.2 -DOCLIE_GIT_URL = https://github.com/ms-ati/docile.git -DOCLIE_GIT_REF = v1.3.2 STATIC_RUBY = static-ruby @@ -1378,6 +1372,10 @@ 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 + $(XRUBY) -C "$(srcdir)" bin/gem install --no-document \ + --install-dir .bundle --conservative "simplecov" + refresh-gems: update-bundled_gems prepare-gems prepare-gems: $(HAVE_BASERUBY:yes=update-gems) $(HAVE_BASERUBY:yes=extract-gems) extract-gems: $(HAVE_BASERUBY:yes=update-gems) -- cgit v1.2.1