feat(CI/MacOS): use acore.sh to install deps (#4003)

This commit is contained in:
Patrick Lewis
2020-12-22 09:55:58 -08:00
committed by GitHub
parent 46d6a4690b
commit 0067d45ba4
5 changed files with 24 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ export CCACHE_MAXSIZE='2G'
export CCACHE_COMPRESS=9
ccache -s
mkdir var/build/obj && cd var/build/obj;
cd var/build/obj
time cmake ../../../ \
-DTOOLS=1 \

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env bash
##########################################
## workaround to fix macos-10.15 configure os from failing
time brew reinstall openssl@1.1
##########################################
time brew update
time brew install openssl readline ace coreutils bash bash-completion mysql ccache