[ci,abi] refactor suppressions

* add a script to run abi-diff locally
* refactor suppression file, explicitly state type of change expected
* use local script for ci tests as well
* disable client and shadow server builds
This commit is contained in:
akallabeth
2025-03-19 20:30:21 +01:00
parent df800c2a0b
commit 78a53f936b
4 changed files with 48 additions and 9 deletions

View File

@@ -17,6 +17,10 @@ set(WITH_SWSCALE ON CACHE BOOL "preload")
set(WITH_DSP_FFMPEG ON CACHE BOOL "preload")
set(WITH_FREERDP_DEPRECATED_COMMANDLINE ON CACHE BOOL "preload")
set(WITH_PULSE ON CACHE BOOL "preload")
set(WITH_CLIENT_SDL OFF CACHE BOOL "preload")
set(WITH_CLIENT_X11 OFF CACHE BOOL "preload")
set(WITH_CLIENT_WAYLAND OFF CACHE BOOL "preload")
set(WITH_SERVER_SHADOW OFF CACHE BOOL "preload")
set(WITH_OPAQUE_SETTINGS ON CACHE BOOL "preload")
set(WITH_VERBOSE_WINPR_ASSERT OFF CACHE BOOL "preload")
set(CHANNEL_RDPECAM ON CACHE BOOL "qa default")