From edad1de867b0642153be0ebb4e071330ec272a71 Mon Sep 17 00:00:00 2001 From: Michael T Lombardi Date: Tue, 19 Dec 2017 12:50:14 -0600 Subject: [PATCH] (maint) modulesync cd884db Remove AppVeyor OpenSSL update on Ruby 2.4 --- .gitignore | 2 +- appveyor.yml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 97b306b5a..3e43c8005 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -#This file is generated by ModuleSync, do not edit.Z +# This file is generated by ModuleSync, do not edit. *.iml .*.sw[op] .DS_Store diff --git a/appveyor.yml b/appveyor.yml index 7e05880b1..b962bca53 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,15 +25,6 @@ matrix: install: - SET PATH=C:\Ruby%RUBY_VER%\bin;%PATH% - ps: | - # AppVeyor appears to have OpenSSL headers available already - # which msys2 would normally install with: - # pacman -S mingw-w64-x86_64-openssl --noconfirm - # - if ( $(ruby --version) -match "^ruby\s+2\.4" ) { - Write-Output "Building OpenSSL gem ~> 2.0.4 to fix Ruby 2.4 / AppVeyor issue" - gem install openssl --version '~> 2.0.4' --no-ri --no-rdoc - } - gem list openssl ruby -ropenssl -e 'puts \"OpenSSL Version - #{OpenSSL::OPENSSL_VERSION}\"; puts \"OpenSSL Library Version - #{OpenSSL::OPENSSL_LIBRARY_VERSION}\"' - bundle install --jobs 4 --retry 2 --without system_tests