From cf94bb9a086ec6480c3c1cd4212e1ba6ffa232c1 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 24 Mar 2017 03:42:28 +0000 Subject: Don't download from Unicode.org * tool/make-snapshot: use checked out headers for Unicode, to get rid of downloading data files from Unicode.org. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tool') diff --git a/tool/make-snapshot b/tool/make-snapshot index b650a35ec8..b235282350 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -330,6 +330,7 @@ def package(vcs, rev, destdir, tmp = nil) "PWD"=>Dir.pwd, "CONFIGURE"=>"configure", "arch"=>"noarch", + "UNICODE_FILES"=>"", } vars["UNICODE_VERSION"] = $unicode_version if $unicode_version args = vars.dup @@ -339,6 +340,8 @@ def package(vcs, rev, destdir, tmp = nil) prereq: clean-cache $(CLEAN_CACHE) clean-cache $(CLEAN_CACHE): after-update +touch-unicode-files: +update-download:: touch-unicode-files update-download:: update-gems after-update:: extract-gems extract-gems: update-gems -- cgit v1.2.3