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

ruby-changes:58354

From: MSP-Greg <ko1@a...>
Date: Tue, 22 Oct 2019 14:07:31 +0900 (JST)
Subject: [ruby-changes:58354] 5e0d33a856 (master): appveyor.yml - remove timezone & tzinfo gems from MSVC builds

https://git.ruby-lang.org/ruby.git/commit/?id=5e0d33a856

From 5e0d33a85675663f47956815a0b70f3e4d1d9bc1 Mon Sep 17 00:00:00 2001
From: MSP-Greg <MSP-Greg@u...>
Date: Mon, 21 Oct 2019 16:36:10 -0500
Subject: appveyor.yml - remove timezone & tzinfo gems from MSVC builds

Not compatible with concurrent-ruby dependency

diff --git a/appveyor.yml b/appveyor.yml
index 65a0542..bf10c97 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,16 +13,18 @@ environment: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L13
     # to reduce time for finishing all jobs, run the slowest msys2 build first.
     - build: msys2
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+      GEMS_FOR_TEST: "timezone tzinfo"
     - build: vs
       vs: 120
       ssl: OpenSSL
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
+      GEMS_FOR_TEST: ""
     - build: vs
       vs: 140
       ssl: OpenSSL-v111
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+      GEMS_FOR_TEST: ""
   RELINE_TEST_ENCODING: "Windows-31J"
-  GEMS_FOR_TEST: "timezone tzinfo"
   UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
 for:
 -
-- 
cgit v0.10.2


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

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