зеркало из https://github.com/github/ruby.git
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
This commit is contained in:
Родитель
f5e265949f
Коммит
cf94bb9a08
|
@ -44,7 +44,7 @@ before_script:
|
|||
- "cp -pr config.status .ext/include config_2nd"
|
||||
- "diff -ru config_1st config_2nd"
|
||||
- "make touch-unicode-files"
|
||||
- "make after-update BASERUBY=ruby"
|
||||
- "make after-update BASERUBY=ruby UNICODE_FILES=."
|
||||
- "make -s $JOBS"
|
||||
- "make update-rubyspec"
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ build_script:
|
|||
- cd %Platform%-mswin_%vs%
|
||||
- ..\win32\configure.bat --without-ext=+,dbm,gdbm,readline --with-opt-dir=/usr/local --with-openssl-dir=%OPENSSL_DIR:\=/%
|
||||
- nmake -l touch-unicode-files
|
||||
- nmake -l up
|
||||
- nmake -l up UNICODE_FILES=.
|
||||
- nmake -l
|
||||
- nmake install-nodoc
|
||||
test_script:
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче