From c6c0bd2b3b0a696efa322e3272ab5e23d3f186d6 Mon Sep 17 00:00:00 2001 From: zyj <16638332+zyj-repo@user.noreply.gitee.com> Date: Fri, 27 Mar 2026 07:55:32 +0000 Subject: [PATCH] update vendor/build_gate.sh. Signed-off-by: zyj <16638332+zyj-repo@user.noreply.gitee.com> --- vendor/build_gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/build_gate.sh b/vendor/build_gate.sh index d8d9003..b79c3c4 100755 --- a/vendor/build_gate.sh +++ b/vendor/build_gate.sh @@ -42,7 +42,7 @@ function set_env() fi } -#编译Hi3403V100 clang案例 +#编译Hi3403V100 clang案例+test function build_clang_demo() { set_env -- Gitee