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

ruby-changes:55247

From: nobu <ko1@a...>
Date: Sat, 6 Apr 2019 09:08:09 +0900 (JST)
Subject: [ruby-changes:55247] nobu:r67454 (trunk): appveyor.yml: Use pre-generated headers and tables

nobu	2019-04-06 09:08:04 +0900 (Sat, 06 Apr 2019)

  New Revision: 67454

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67454

  Log:
    appveyor.yml: Use pre-generated headers and tables

  Modified files:
    trunk/appveyor.yml
    trunk/tool/downloader.rb
Index: tool/downloader.rb
===================================================================
--- tool/downloader.rb	(revision 67453)
+++ tool/downloader.rb	(revision 67454)
@@ -85,6 +85,7 @@ class Downloader https://github.com/ruby/ruby/blob/trunk/tool/downloader.rb#L85
           INDEX[:index] = IO.read index_file
         end
         file_base = File.basename(name, '.txt')
+        return if file_base == '.' # Use pre-generated headers and tables
         beta_name = INDEX[:index][/#{Regexp.quote(file_base)}(-[0-9.]+d\d+)?\.txt/]
         # make sure we always check for new versions of files,
         # because they can easily change in the beta period
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 67453)
+++ appveyor.yml	(revision 67454)
@@ -42,7 +42,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L42
     - echo>> Makefile BUILTIN_ENCOBJS=nul
     - type win32\Makefile.sub >> Makefile
     - nmake %mflags% touch-unicode-files
-    - nmake %mflags% up incs
+    - nmake %mflags% up incs UNICODE_FILES=.
     - del Makefile
     - mkdir \usr\local\bin
     - mkdir \usr\local\include

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

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