fix mac compile error (#19621)

Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>

Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
pull/19605/head
Enwei Jiao 2022-10-08 14:02:57 +08:00 committed by GitHub
parent 6d1a8666c4
commit 76515126b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -61,14 +61,14 @@ jobs:
CCACHE_COMPRESS: 1
CCACHE_COMPRESSLEVEL: 5
CCACHE_MAXSIZE: 2G
CUSTOM_THIRDPARTY_PATH: /tmp/thirdparty
CUSTOM_THIRDPARTY_PATH: /tmp/thirdparty
run: |
if [[ ! -d "/var/tmp/ccache" ]];then
mkdir -p /var/tmp/ccache
fi
brew install boost libomp ninja tbb openblas ccache
if [[ ! -d "/usr/local/opt/llvm" ]]; then
ln -s /usr/local/opt/llvm@13 /usr/local/opt/llvm
ln -s /usr/local/opt/llvm@14 /usr/local/opt/llvm
fi
make milvus && sh scripts/collect_arrow_dep.sh -f /tmp/thirdparty
- name: Upload Cmake log