From 9e0c0fd5e15f44f74cddd055c059b200750066c9 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Tue, 27 Feb 2024 15:52:07 +0100 Subject: [PATCH] [ci,abi] expose rdtk and uwac we did not have them statically compilable with 3.0.0, so keep them shared to make check-abi happy --- ci/cmake-preloads/config-abi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/cmake-preloads/config-abi.txt b/ci/cmake-preloads/config-abi.txt index 4a91a71a7..11b76a00c 100644 --- a/ci/cmake-preloads/config-abi.txt +++ b/ci/cmake-preloads/config-abi.txt @@ -2,8 +2,8 @@ message("PRELOADING cache") set (CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "preload") 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 (UWAC_FORCE_STATIC_BUILD ON CACHE BOOL "preload") +#set (RDTK_FORCE_STATIC_BUILD ON 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")