1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

No longer download zlib source

Although zlib package in vcpkg is still 1.2.12, it should be no
problem in ruby tests.
This commit is contained in:
Nobuyoshi Nakada 2022-10-15 23:55:25 +09:00
parent 1e3fa634f7
commit d56301c00a
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -19,7 +19,6 @@ skip_commits:
- '**/.document'
environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.13"
matrix:
- build: vs
vs: 120
@ -69,9 +68,6 @@ for:
- mkdir \usr\local\bin
- mkdir \usr\local\include
- mkdir \usr\local\lib
- SET ZLIB_ZIP=.downloaded-cache\zlib%zlib_version:.=%.zip
- if not exist %ZLIB_ZIP% curl -fsSL -o %ZLIB_ZIP% --retry 10 https://zlib.net/zlib%zlib_version:.=%.zip
- 7z x -aos -o%APPVEYOR_BUILD_FOLDER%\ext\zlib %ZLIB_ZIP%
- for %%I in (%OPENSSL_DIR%\*.dll) do mklink /h \usr\local\bin\%%~nxI %%I
- for %%I in (c:\Tools\vcpkg\installed\%Platform%-windows\bin\*.dll) do (
if not %%~nI == readline mklink \usr\local\bin\%%~nxI %%I