From 4d3111aafebdfd7b1b2f942debcd353b05263c1a Mon Sep 17 00:00:00 2001 From: akallabeth Date: Thu, 20 Mar 2025 08:23:59 +0100 Subject: [PATCH] [ci,abi] disable all binaries during build To speed up build times only build the libraries without any executables --- ci/cmake-preloads/config-abi.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci/cmake-preloads/config-abi.txt b/ci/cmake-preloads/config-abi.txt index f2dbad796..f073f9a5e 100644 --- a/ci/cmake-preloads/config-abi.txt +++ b/ci/cmake-preloads/config-abi.txt @@ -4,6 +4,14 @@ set(WITH_MANPAGES OFF CACHE BOOL "preload") set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "preload") #set (UWAC_FORCE_STATIC_BUILD ON CACHE BOOL "preload") #set (RDTK_FORCE_STATIC_BUILD ON CACHE BOOL "preload") +set(WITH_WAYLAND OFF CACHE BOOL "preload") +set(WITH_SAMPLE OFF CACHE BOOL "preload") +set(WITH_SERVER_SHADOW_CLI OFF CACHE BOOL "preload") +set(WITH_CLIENT OFF CACHE BOOL "preload") +set(WITH_WINPR_TOOLS_CLI OFF CACHE BOOL "preload") +set(WITH_PROXY_APP OFF CACHE BOOL "preload") +set(WITH_WINPR_TOOLS ON CACHE BOOL "preload") +set(WITH_PLATFORM_SERVER OFF CACHE BOOL "preload") set(WINPR_UTILS_IMAGE_PNG ON CACHE BOOL "preload") set(WINPR_UTILS_IMAGE_JPEG ON CACHE BOOL "preload") set(WINPR_UTILS_IMAGE_WEBP ON CACHE BOOL "preload")