From ba53234917d0c877ec62a3f5a3ddad5367aa134b Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Wed, 29 Sep 2021 00:17:14 -0700 Subject: [PATCH] fix(CI/MacOS): pinto openssl@1.1 (#8150) --- apps/installer/includes/os_configs/osx.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/installer/includes/os_configs/osx.sh b/apps/installer/includes/os_configs/osx.sh index 01a99c4a4..a20fc2765 100644 --- a/apps/installer/includes/os_configs/osx.sh +++ b/apps/installer/includes/os_configs/osx.sh @@ -1,9 +1,3 @@ -########################################## -## workaround to fix macos-10.15 configure os from failing -brew reinstall openssl@1.1 -rm '/usr/local/bin/2to3' -########################################## - brew update ########################################## @@ -13,4 +7,4 @@ if ! command -v cmake &>/dev/null ; then fi ########################################## -brew install openssl readline boost bash-completion curl unzip mysql ccache +brew install openssl@1.1 readline boost bash-completion curl unzip mysql ccache