From 9556e78cac55defed30a771175d605cb336e0192 Mon Sep 17 00:00:00 2001 From: yaoyuan Date: Fri, 8 Aug 2025 10:34:27 +0800 Subject: [PATCH] Running all xts Issue: https://gitee.com/openharmony/interface_sdk-js/issues/ICQLMM Signed-off-by: yaoyuan --- config/ci_target_white_list.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/ci_target_white_list.json b/config/ci_target_white_list.json index 6b39c75a..7caf3d39 100644 --- a/config/ci_target_white_list.json +++ b/config/ci_target_white_list.json @@ -143,6 +143,14 @@ "add_target": [ "FULL_IMPACT_TOTALLY" ] + }, + { + "path": "arkcompiler/runtime_core/static_core", + "bundle_name": "runtime_core", + "add_bundle": [], + "add_target": [ + "FULL_IMPACT_TOTALLY" + ] } ] - } \ No newline at end of file + } -- Gitee