diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-10-15 23:55:25 +0900 |
|---|---|---|
| committer | usa <usa@garbagecollect.jp> | 2024-01-11 17:03:51 +0900 |
| commit | 3ed6ddb8655a4e795eb6ee668c71351b387a9f1f (patch) | |
| tree | db1bfe6ce6d7cd3ce5d77eba8985962715583ce1 | |
| parent | 4e7b2fb3bb1d1a9cd833e611607484bc94188e11 (diff) | |
No longer download zlib source
Although zlib package in vcpkg is still 1.2.12, it should be no
problem in ruby tests.
| -rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f3f77ebee0..4d7d3c9911 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,7 +18,6 @@ skip_commits: - '**/*.rdoc' environment: ruby_version: "24-%Platform%" - zlib_version: "1.2.13" matrix: - build: vs vs: 120 @@ -61,9 +60,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 - attrib +r /s /d - mkdir %Platform%-mswin_%vs% |
