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:
parent
1e3fa634f7
commit
d56301c00a
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue