From e0ddd7f610d8d20376fed45eca90191a2779a65c Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Mon, 18 Mar 2024 19:55:39 +0800 Subject: [PATCH] Disable test build for macos CI --- apps/ci/mac/ci-compile.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/ci/mac/ci-compile.sh b/apps/ci/mac/ci-compile.sh index a89407153..b5440fb67 100755 --- a/apps/ci/mac/ci-compile.sh +++ b/apps/ci/mac/ci-compile.sh @@ -11,8 +11,7 @@ ccache -s cd var/build/obj time cmake ../../../ \ --DTOOLS=1 \ --DBUILD_TESTING=1 \ +-DTOOLS_BUILD=1 \ -DSCRIPTS=static \ -DCMAKE_BUILD_TYPE=Release \ -DMYSQL_ADD_INCLUDE_PATH=/usr/local/include \