[前][次][番号順一覧][スレッド一覧]

ruby-changes:55792

From: Nobuyoshi <ko1@a...>
Date: Thu, 23 May 2019 14:29:35 +0900 (JST)
Subject: [ruby-changes:55792] Nobuyoshi Nakada: 1ccc2eeba0 (trunk): Pretend to update all Unicode files

https://git.ruby-lang.org/ruby.git/commit/?id=1ccc2eeba0

From 1ccc2eeba08c370d84474357771f0bd7c5fe7f16 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 19 May 2019 16:24:33 +0900
Subject: Pretend to update all Unicode files


diff --git a/.travis.yml b/.travis.yml
index d3b98b1..f5d6d41 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,6 +78,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L78
     - SETARCH=
     - RUBY_PREFIX=/tmp/ruby-prefix
     - GEMS_FOR_TEST='timezone tzinfo'
+    - UPDATE_UNICODE="UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
 
 .org.ruby-lang.ci.matrix-definitions:
 
@@ -373,7 +374,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L374
   - "> .rbconfig.time"
   - sed -f tool/prereq.status Makefile.in common.mk > Makefile
   - make touch-unicode-files
-  - make -s $JOBS update-download
+  - make -s $JOBS $UPDATE_UNICODE up
   - make -s $JOBS srcs
   - rm -f config.status Makefile rbconfig.rb .rbconfig.time
   - |-
diff --git a/appveyor.yml b/appveyor.yml
index 5e3983b..c436ef7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,6 +20,7 @@ environment: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L20
       vs: 140
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
   GEMS_FOR_TEST: "timezone tzinfo"
+  UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
 for:
 -
   matrix:
@@ -45,7 +46,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L46
     - echo>> Makefile BUILTIN_ENCOBJS=nul
     - type win32\Makefile.sub >> Makefile
     - nmake %mflags% touch-unicode-files
-    - nmake %mflags% up incs UNICODE_FILES=.
+    - nmake %mflags% %UPDATE_UNICODE% up incs
     - del Makefile
     - mkdir \usr\local\bin
     - mkdir \usr\local\include
@@ -108,7 +109,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L109
     - cd ..\build
     - sh ../ruby/configure --disable-install-doc --prefix=/. --build=%MINGW_CHOST% --host=%MINGW_CHOST% --target=%MINGW_CHOST%
     - mingw32-make %mflags% touch-unicode-files
-    - mingw32-make -j%JOBS% up incs UNICODE_FILES=.
+    - mingw32-make -j%JOBS% %UPDATE_UNICODE% up incs
     - mingw32-make -j%JOBS%
     - mingw32-make DESTDIR=../install install-nodoc
     - if not "%GEMS_FOR_TEST%" == "" ..\install\bin\gem install --no-document %GEMS_FOR_TEST%
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]