File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/
2323source $HOME /.rvm/scripts/rvm
2424brew uninstall node icu4c cmake
2525brew prune
26- brew install gflags gpg gpg2 node pcre ruby cmake
26+ brew install gflags gpg gpg2 node openssl pcre ruby cmake
2727sudo chown -R $( whoami) /usr/local
2828brew postinstall node
2929
Original file line number Diff line number Diff line change @@ -36,8 +36,11 @@ test_version() {
3636 cd ../ruby/compatibility_tests/v3.0.0 &&
3737 cp -R ../../lib lib && ./test.sh"
3838 else
39+ # Recent versions of OSX have deprecated OpenSSL, so we have to explicitly
40+ # provide a path to the OpenSSL directory installed via Homebrew.
3941 bash --login -c \
40- " rvm install $version && rvm use $version && \
42+ " rvm install $version --with-openssl-dir=` brew --prefix openssl` && \
43+ rvm use $version && \
4144 which ruby && \
4245 git clean -f && \
4346 gem install bundler -v 1.17.3 && bundle && \
You can’t perform that action at this time.
0 commit comments