[skip e2e]Fix mac code checker issue temporarily (#17926)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2022-06-30 19:14:19 +08:00 committed by GitHub
parent 01fc411566
commit 350f7c7847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,10 @@ jobs:
mkdir -p /var/tmp/ccache
fi
brew install boost libomp ninja tbb openblas ccache
make check-proto-product && make verifiers && sh scripts/collect_arrow_dep.sh -f /tmp/thirdparty
if [[ ! -d "/usr/local/opt/llvm" ]]; then
ln -s /usr/local/opt/llvm@13 /usr/local/opt/llvm
fi
make install && sh scripts/collect_arrow_dep.sh -f /tmp/thirdparty
centos:
name: Code Checker CentOS 7
# Run in centos docker