From 8c54a08ea3f14770e2936fadad1a4bf7ef99de0a Mon Sep 17 00:00:00 2001 From: James Addison Date: Thu, 15 Aug 2024 19:46:52 +0100 Subject: [PATCH 1/2] ci: Attempt to fix build (update `py-gi-docgen`) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 54ada22f7..7aa197f62 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,7 +16,7 @@ task: - sed -i.bak 's/quarterly/latest/' /etc/pkg/FreeBSD.conf - env ASSUME_ALWAYS_YES=yes pkg update -f - env ASSUME_ALWAYS_YES=yes pkg install -y gettext-tools glib gobject-introspection gperf gtk-doc - itstool libxmlb libyaml meson pkgconf py39-gi-docgen + itstool libxmlb libyaml meson pkgconf py311-gi-docgen qt6-tools snowballstemmer vala build_script: - tests/ci/run-build.sh From c24cc6615f01f0c650bbd340d22e8ad3f754a8dd Mon Sep 17 00:00:00 2001 From: James Addison Date: Sun, 18 Aug 2024 18:05:07 +0100 Subject: [PATCH 2/2] ci: Use generic, versionless `textproc/py-gi-docgen` instead of `py311-gi-docgen` --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7aa197f62..5facf4887 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,7 +16,7 @@ task: - sed -i.bak 's/quarterly/latest/' /etc/pkg/FreeBSD.conf - env ASSUME_ALWAYS_YES=yes pkg update -f - env ASSUME_ALWAYS_YES=yes pkg install -y gettext-tools glib gobject-introspection gperf gtk-doc - itstool libxmlb libyaml meson pkgconf py311-gi-docgen - qt6-tools snowballstemmer vala + itstool libxmlb libyaml meson pkgconf qt6-tools + snowballstemmer textproc/py-gi-docgen vala build_script: - tests/ci/run-build.sh