From 98abadec5c3aaab5de23a2fe3c4a5a3eb223e778 Mon Sep 17 00:00:00 2001 From: mayuehit Date: Wed, 12 Nov 2025 02:21:47 +0000 Subject: [PATCH] update build.sh. Signed-off-by: mayuehit --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 8d18995..f0232a3 100644 --- a/build.sh +++ b/build.sh @@ -307,6 +307,7 @@ while getopts 'athr:v:S:DcCgPET:p:bm:j:g' opt; do esac done + if [ "$BAZEL_COMMAND" != "clean" ]; then bash -x ${BASE_DIR}/tools/download_dependency.sh fi -- Gitee