From 6375a356b3729a809cb14f128f61d3c1c58731bb Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Sun, 8 Oct 2017 09:28:15 +0900 Subject: appveyor.yml: remove 'openssl version' line It runs the 'openssl' command line tool that is not of the version used to compile and run the test suite. Thanks to MSP-Greg for pointing this out. Fixes: https://github.com/ruby/openssl/issues/157 --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9ff363fc..18484fb9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,6 @@ install: $Env:openssl_dir = "C:\msys64\mingw64" } - ruby -v - - openssl version - rake install_dependencies build_script: - rake -rdevkit compile -- --with-openssl-dir=%openssl_dir% --enable-debug -- cgit v1.2.3