From 2617354e607b5deb0bf733ecc7283c9d08506b47 Mon Sep 17 00:00:00 2001 From: liangxinyan123 Date: Thu, 10 Apr 2025 06:44:28 +0000 Subject: [PATCH] update rust_build.sh. Signed-off-by: liangxinyan123 --- rust_build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rust_build.sh b/rust_build.sh index 877481826fb..94d8a08d8e2 100644 --- a/rust_build.sh +++ b/rust_build.sh @@ -89,14 +89,15 @@ pushd $CURRENT_DIR > /dev/null fi cp -rf tmp_rust/library/backtrace/* library/backtrace/ + mkdir -p vendor + echo "stage2 build start ..." python3 x.py build --stage 2 echo "stage2 build end" - echo "stage2 build start ..." - mkdir -p vendor + echo "vendor build start ..." python3 x.py vendor - echo "stage2 build end" + echo "vendor build end" # libprofiler_builtins-xx.rlib build python3 x.py build --stage 2 library/std -- Gitee