From 11413503109e44d7f3f2b7f42e3daedf12e61382 Mon Sep 17 00:00:00 2001 From: "Yu, Zijun" Date: Thu, 31 Jul 2025 16:50:58 +0800 Subject: [PATCH] Skip test-thread-safety; Run ctest only in ci/run.sh --- ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run.sh b/ci/run.sh index ea15ce49b1..bfce48f337 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -26,7 +26,7 @@ # GG_BUILD_KLEIDIAI=1 bash ./ci/run.sh ./tmp/results ./tmp/mnt # # # with OPENVINO support -# GG_BUILD_OPENVINO=1 bash ./ci/run.sh ./tmp/results ./tmp/mnt +# GG_BUILD_OPENVINO=1 GG_BUILD_LOW_PERF=1 GGML_OPENVINO_DEVICE=CPU bash ./ci/run.sh ./tmp/results ./tmp/mnt # if [ -z "$2" ]; then