From e560ddeea9a541d2a69f26dd37efc074a4d008bb Mon Sep 17 00:00:00 2001 From: liangxinyan123 Date: Mon, 7 Apr 2025 03:49:10 +0000 Subject: [PATCH] update rust_build.sh. Signed-off-by: liangxinyan123 --- rust_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust_build.sh b/rust_build.sh index 4233845d560..1df17493544 100644 --- a/rust_build.sh +++ b/rust_build.sh @@ -24,7 +24,7 @@ pushd $CURRENT_DIR > /dev/null wget https://repo.huaweicloud.com/harmonyos/compiler/rust/1.84.0/rustc-1.84.0-x86_64-unknown-linux-gnu.tar.xz popd > /dev/null git clone https://gitee.com/openharmony/third_party_llvm-project.git -b llvm-19-merge-asan - tar -zxf third_party_llvm-project/llvmorg-19.1.7.tar.gz -C src/llvm-project/ + tar -zxvf third_party_llvm-project/llvmorg-19.1.7.tar.gz && mv llvm-project-llvmorg-19.1.7/* src/llvm-project/ rm -rf src/llvm-project/.git # 获取rust_src包 wget https://repo.huaweicloud.com/harmonyos/compiler/rust/1.85.0/rust_src_1.85.0.tar.gz -- Gitee