From 88ceb6770907746282c3e79473a0afe8adc3cac9 Mon Sep 17 00:00:00 2001 From: liangxinyan123 Date: Thu, 10 Apr 2025 01:51:04 +0000 Subject: [PATCH] update rust_build.sh. Signed-off-by: liangxinyan123 --- rust_build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust_build.sh b/rust_build.sh index a69c4965d8a..940ae09e555 100644 --- a/rust_build.sh +++ b/rust_build.sh @@ -88,7 +88,11 @@ pushd $CURRENT_DIR > /dev/null mkdir -p library/backtrace fi cp -rf tmp_rust/library/backtrace/* library/backtrace/ - + + echo "stage2 build start ..." + python3 x.py vendor + echo "stage2 build end" + echo "stage2 build start ..." python3 x.py build --stage 2 echo "stage2 build end" -- Gitee