aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-01-12 13:31:49 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-01-17 13:27:13 +0900
commitbe817ba62b71cb3635aa805338a6d536db4af8f8 (patch)
treec907a3279f8f66fd713dfb8c479dec4ac48c323e
parent8072a9a0fa9544896a17aa4ee1b0a5f0e9739bbc (diff)
downloadruby-openssl-be817ba62b71cb3635aa805338a6d536db4af8f8.tar.gz
appveyor.yml: update OpenSSL version to 1.0.2j
The new RubyInstaller 2.3.3 uses OpenSSL 1.0.2j. This will fix CI build on AppVayor. Note that this is not a future-proof resolution; the future releases of RubyInstaller that AppVayor will use may require another incompatible version of OpenSSL.
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c3e9c303..bd72cede 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,9 +2,9 @@
clone_depth: 10
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- - appveyor DownloadFile http://dl.bintray.com/oneclick/OpenKnapsack/x64/openssl-1.0.1m-x64-windows.tar.lzma
- - 7z e openssl-1.0.1m-x64-windows.tar.lzma
- - 7z x -y -oC:\Ruby%ruby_version% openssl-1.0.1m-x64-windows.tar
+ - appveyor DownloadFile http://dl.bintray.com/oneclick/OpenKnapsack/x64/openssl-1.0.2j-x64-windows.tar.lzma
+ - 7z e openssl-1.0.2j-x64-windows.tar.lzma
+ - 7z x -y -oC:\Ruby%ruby_version% openssl-1.0.2j-x64-windows.tar
- ruby -S rake install_dependencies
build_script:
- rake -rdevkit compile -- --with-openssl-dir=C:\Ruby%ruby_version%