🧹 chore: align scripts with kept build dirs

This commit is contained in:
csh
2025-12-21 17:35:42 +08:00
parent 6dcbe0a1cd
commit 442bb5db7e
4 changed files with 15 additions and 8 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ NC='\033[0m' # No Color
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
# 指定 build 预设(默认 codex,可通过 BUILD_PRESET 或 --preset 覆盖)
BUILD_PRESET=${BUILD_PRESET:-codex}
# 指定 build 预设(默认 clang-ninja,可通过 BUILD_PRESET 或 --preset 覆盖)
BUILD_PRESET=${BUILD_PRESET:-clang-ninja}
IGNORES=("IDS_AuditExpr.tsf")
find_test_ast() {