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

Increase the number of curl retries

Because retrying 5 times failed.
https://ci.appveyor.com/project/ruby/ruby/builds/23063048/job/k9lykaagfaex74gg

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-03-15 13:25:06 +00:00
parent d4f7fac6b8
commit e4c184c6ae

View file

@ -77,7 +77,7 @@ for:
- mkdir \usr\local\bin - mkdir \usr\local\bin
- mkdir \usr\local\include - mkdir \usr\local\include
- mkdir \usr\local\lib - mkdir \usr\local\lib
- curl -fsSL -o zlib%zlib_version:.=%.zip --retry 5 https://zlib.net/zlib%zlib_version:.=%.zip - curl -fsSL -o zlib%zlib_version:.=%.zip --retry 10 https://zlib.net/zlib%zlib_version:.=%.zip
- 7z x -o%APPVEYOR_BUILD_FOLDER%\ext\zlib zlib%zlib_version:.=%.zip - 7z x -o%APPVEYOR_BUILD_FOLDER%\ext\zlib zlib%zlib_version:.=%.zip
- for %%I in (%OPENSSL_DIR%\*.dll) do mklink /h \usr\local\bin\%%~nxI %%I - for %%I in (%OPENSSL_DIR%\*.dll) do mklink /h \usr\local\bin\%%~nxI %%I
- mkdir %Platform%-mswin_%vs% - mkdir %Platform%-mswin_%vs%