按建议,继续完成后续工作

结论:已新增 host/WASM/browser 聚合 smoke 验证入口,一次构建 INI WASM 后串行覆盖 Node WASM、OPFS mock 和 Chromium browser smoke,并同步更新验证与漂移文档。
This commit is contained in:
2026-06-08 03:21:53 +08:00
parent cb1901d4c4
commit 1f6d5a8e8b
6 changed files with 31 additions and 3 deletions

View File

@@ -9,7 +9,9 @@ if [[ -z "$CHROMIUM" ]]; then
exit 1
fi
"$ROOT_DIR/tools/build_ini_panel.sh"
if [[ "${SKIP_INI_BUILD:-0}" != "1" ]]; then
"$ROOT_DIR/tools/build_ini_panel.sh"
fi
TMP_DIR="$(mktemp -d)"
PORT_FILE="$TMP_DIR/port"