mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
appveyor.yml - remove timezone & tzinfo gems from MSVC builds
Not compatible with concurrent-ruby dependency
This commit is contained in:
parent
97a03a0356
commit
5e0d33a856
1 changed files with 3 additions and 1 deletions
|
|
@ -13,16 +13,18 @@ environment:
|
||||||
# to reduce time for finishing all jobs, run the slowest msys2 build first.
|
# to reduce time for finishing all jobs, run the slowest msys2 build first.
|
||||||
- build: msys2
|
- build: msys2
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
|
GEMS_FOR_TEST: "timezone tzinfo"
|
||||||
- build: vs
|
- build: vs
|
||||||
vs: 120
|
vs: 120
|
||||||
ssl: OpenSSL
|
ssl: OpenSSL
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
|
||||||
|
GEMS_FOR_TEST: ""
|
||||||
- build: vs
|
- build: vs
|
||||||
vs: 140
|
vs: 140
|
||||||
ssl: OpenSSL-v111
|
ssl: OpenSSL-v111
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
|
GEMS_FOR_TEST: ""
|
||||||
RELINE_TEST_ENCODING: "Windows-31J"
|
RELINE_TEST_ENCODING: "Windows-31J"
|
||||||
GEMS_FOR_TEST: "timezone tzinfo"
|
|
||||||
UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
|
UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
|
||||||
for:
|
for:
|
||||||
-
|
-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue