summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-17 15:33:45 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-18 20:19:08 +0900
commit18d8333c30ff84252231524e10f5a45b795e90b3 (patch)
treec0fc7d67c3966c5ba74e6924977a321bd905e4c7 /common.mk
parentba45be3c43c65e172a8b9d2d8dbfa369f894e500 (diff)
downloadruby-18d8333c30ff84252231524e10f5a45b795e90b3.tar.gz
Switch to use gem version of simplecov, not git clone
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk10
1 files changed, 4 insertions, 6 deletions
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)