[前][次][番号順一覧][スレッド一覧]

ruby-changes:52911

From: k0kubun <ko1@a...>
Date: Wed, 17 Oct 2018 23:50:41 +0900 (JST)
Subject: [ruby-changes:52911] k0kubun:r65124 (trunk): .travis.yml: try openssl stable version

k0kubun	2018-10-17 23:50:35 +0900 (Wed, 17 Oct 2018)

  New Revision: 65124

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65124

  Log:
    .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

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 65123)
+++ .travis.yml	(revision 65124)
@@ -46,7 +46,7 @@ addons: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L46
       - gdbm
       - gmp
       - libffi
-      - openssl@1...
+      - openssl@1...
       - zlib
 
 matrix:
@@ -61,7 +61,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L61
       compiler: clang
       # We are not going to make rdoc here; that is to be done above.
       env:
-        - "CONFIG_FLAG='--disable-install-docs --with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'"
+        - "CONFIG_FLAG='--disable-install-docs --with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib'"
     - os: linux
       language: ruby
       rvm: 2.3
@@ -81,8 +81,8 @@ before_install: | https://github.com/ruby/ruby/blob/trunk/.travis.yml#L81
          brew_core_dir=/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/
          git -C $brew_core_dir fetch -q origin
          git -C $brew_core_dir checkout -q 25590710e3f7af9cfa173c5cd3eb41a0532107b6
-         HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade openssl@1...
-         /usr/local/opt/openssl@1.../bin/openssl version
+         HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade openssl@1...
+         /usr/local/opt/openssl@1.../bin/openssl version
          ;;
   esac
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]