diff --git a/rust_build.sh b/rust_build.sh index 877481826fb37954d553d9015146c959afd3265b..94d8a08d8e27eab62377848b8b15e3ccedf36e64 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