.travis.yml: try openssl stable version
macOS build is handing on OpenSSL::SSL::SSLError https://travis-ci.org/ruby/ruby/jobs/442706479 Now 1.0.2p is stable version https://formulae.brew.sh/formula/openssl, so let me try that version to make CI green git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7d5fad1bc5
commit
9304c0522d
@ -46,7 +46,7 @@ addons:
|
|||||||
- gdbm
|
- gdbm
|
||||||
- gmp
|
- gmp
|
||||||
- libffi
|
- libffi
|
||||||
- openssl@1.1
|
- openssl@1.0
|
||||||
- zlib
|
- zlib
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
@ -61,7 +61,7 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
# We are not going to make rdoc here; that is to be done above.
|
# We are not going to make rdoc here; that is to be done above.
|
||||||
env:
|
env:
|
||||||
- "CONFIG_FLAG='--disable-install-docs --with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib'"
|
- "CONFIG_FLAG='--disable-install-docs --with-opt-dir=/usr/local/opt/openssl@1.0:/usr/local/opt/zlib'"
|
||||||
- os: linux
|
- os: linux
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm: 2.3
|
rvm: 2.3
|
||||||
@ -81,8 +81,8 @@ before_install: |
|
|||||||
brew_core_dir=/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/
|
brew_core_dir=/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/
|
||||||
git -C $brew_core_dir fetch -q origin
|
git -C $brew_core_dir fetch -q origin
|
||||||
git -C $brew_core_dir checkout -q 25590710e3f7af9cfa173c5cd3eb41a0532107b6
|
git -C $brew_core_dir checkout -q 25590710e3f7af9cfa173c5cd3eb41a0532107b6
|
||||||
HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade openssl@1.1
|
HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade openssl@1.0
|
||||||
/usr/local/opt/openssl@1.1/bin/openssl version
|
/usr/local/opt/openssl@1.0/bin/openssl version
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user