From 2bf617f37af34316f411ce78b02488794d04cf37 Mon Sep 17 00:00:00 2001 From: pajlada Date: Sat, 4 Oct 2025 11:19:32 +0200 Subject: [PATCH] ci(freebsd): skip imageformats install (#6518) There seems to be an issue with the imageformats packaging for freebsd, and since we don't need it for building (which is what our Cirrus CI is there for), we remove the dependency. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ad19804e..6c5a7ad9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ freebsd_instance: task: install_script: - - pkg install -y boost-libs git libnotify qt6-base qt6-svg qt6-imageformats qtkeychain-qt6 cmake pkgconf + - pkg install -y boost-libs git libnotify qt6-base qt6-svg qtkeychain-qt6 cmake pkgconf script: | git submodule init git submodule update