Skip to content

Commit

Permalink
Merge pull request #868 from michaeltlombardi/modsync
Browse files Browse the repository at this point in the history
(maint) modulesync cd884db Remove AppVeyor OpenSSL update on Ruby 2.4
  • Loading branch information
Iristyle committed Dec 20, 2017
2 parents 4a00c41 + edad1de commit cef3e89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 0 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cef3e89

Please sign in to comment.