mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
fix: failed to download OpenDAL (#30380)
OpenDAL's url has been changed fix #30379 Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
parent
1632668b64
commit
ec688f5bf6
@ -63,7 +63,7 @@ popd
|
|||||||
|
|
||||||
pushd ${ROOT_DIR}/cmake_build/thirdparty
|
pushd ${ROOT_DIR}/cmake_build/thirdparty
|
||||||
|
|
||||||
git clone --depth=1 --branch v0.43.0-rc.2 https://github.com/apache/incubator-opendal.git opendal
|
git clone --depth=1 --branch v0.43.0-rc.2 https://github.com/apache/opendal.git opendal
|
||||||
cd opendal
|
cd opendal
|
||||||
if command -v cargo >/dev/null 2>&1; then
|
if command -v cargo >/dev/null 2>&1; then
|
||||||
echo "cargo exists"
|
echo "cargo exists"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user