From ff1d6e172dedda401feadd733b55dcccf8fafbe4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 7 May 2025 16:28:24 -0400 Subject: [PATCH] Don't build tests in the Flatpak --- zone.xiv.astra.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/zone.xiv.astra.yml b/zone.xiv.astra.yml index 7a289a1..17ab67a 100644 --- a/zone.xiv.astra.yml +++ b/zone.xiv.astra.yml @@ -128,6 +128,7 @@ modules: - -DBUILD_FLATPAK=ON - -DCMAKE_INSTALL_LIBDIR=/app/lib - -DLIB_INSTALL_DIR=/app/lib + - -DBUILD_TESTING=OFF build-options: build-args: - --share=network # needed for cargo unfortunately, flatpak has no native support (yet)