From d73a4c4c887d842e23d7d14cff04d74aeff57a4f Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Tue, 19 Nov 2024 10:22:44 +0100 Subject: [PATCH] ci: Disable building samples Samples are currently not used and increase the build time --- CMakePresets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakePresets.json b/CMakePresets.json index 7acbe09f61..6f4c5ba7bc 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -8,6 +8,7 @@ "CMAKE_BUILD_TYPE": "RelWithDebInfo", "SWIFT_MINIFY_DEBUG_SYMBOLS": "ON", "SWIFT_USE_CRASHPAD": "ON", + "SWIFT_BUILD_SAMPLES": "OFF", "VATSIM_KEY_JSON": "vatsim.json", "CMAKE_INSTALL_PREFIX": "${sourceDir}/dist" }