From bfed4fe3b8623e6f5cba695148e6e05861c7b43d Mon Sep 17 00:00:00 2001 From: liangxinyan123 Date: Thu, 10 Apr 2025 03:35: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 940ae09e555..877481826fb 100644 --- a/rust_build.sh +++ b/rust_build.sh @@ -90,11 +90,12 @@ pushd $CURRENT_DIR > /dev/null cp -rf tmp_rust/library/backtrace/* library/backtrace/ echo "stage2 build start ..." - python3 x.py vendor + python3 x.py build --stage 2 echo "stage2 build end" - + echo "stage2 build start ..." - python3 x.py build --stage 2 + mkdir -p vendor + python3 x.py vendor echo "stage2 build end" # libprofiler_builtins-xx.rlib build -- Gitee