1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-13 21:07:46 +00:00

Don't build tests in the Flatpak

This commit is contained in:
Joshua Goins 2025-05-07 16:28:24 -04:00
parent c6cb9afa2e
commit ff1d6e172d

View file

@ -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)