From 36d4d22fd47e0e68c64d41bb94b95e1926836483 Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Wed, 21 Oct 2020 01:08:47 -0700 Subject: [PATCH] fix(CI): add workaround for configure os (macos-10.15) (#3597) --- apps/ci/mac/ci-install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/ci/mac/ci-install.sh b/apps/ci/mac/ci-install.sh index 8b1d20aa8..f1c59203d 100755 --- a/apps/ci/mac/ci-install.sh +++ b/apps/ci/mac/ci-install.sh @@ -1,4 +1,14 @@ #!/usr/bin/env bash +########################################## +## workaround to fix macos-10.15 configure os from failing +time brew uninstall openssl@1.0.2t +time brew uninstall python@2.7.17 +time brew untap local/openssl +time brew untap local/python2 +time brew reinstall openssl@1.1 +########################################## + time brew update time brew install openssl readline ace coreutils bash bash-completion mysql ccache +