Re: KDE Gear projects with failing CI (master + stable) (16 December 2025)
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.devel.general |
|---|---|
| Message-ID | <[email protected]> |
On 18/12/25 03:08, Heiko Becker wrote: > On Wednesday, 17 December 2025 01:48:26 CET, Albert Astals Cid wrote: >> Please work on fixing them, otherwise i will remove the failing CI >> jobs on their 4th failing week, it is very important that CI is >> passing for multiple reasons. >> >> Good news: 3 repo fixed >> >> Bad news: 2 repo started failing >> >> >> * All Craft macos builds seem to fail >> >> * All Craft Android builds seem to fail >> >> * massif-visualizer * >> https://invent.kde.org/sdk/massif-visualizer/-/pipelines/1108936 >> * flatpak fails > > https://invent.kde.org/sdk/massif-visualizer/-/merge_requests/26 > > @Justin Probably not the best place to suggest this, but I understand > you're building some infra to update dependencies in flatpak. Can > these commits a) be GIT_SILENT and b) mention the thing they update > to? Because something like > * CI - Flatpak - Update Versions > * Fix pesky bug #4247 > * CI - Flatpak - Update Versions > * CI - Flatpak - Update Versions > > for example really doesn't add much information over noise, neither in > git log nor a changelog. > > Regards, > Heiko Would the following be OK? ``` CI - Flatpak - Update Versions discount: Update v3.0.0d.tar.gz to 3.0.1.2 boost: Update boost_1_89_0.tar.bz2 to 1.90.0 ghostscript: Update ghostscript-10.05.1.tar.gz to 10.06.0 poppler: Update poppler-25.09.0.tar.xz to 25.12.0 inih: Update r61.tar.gz to 62 libkexiv2: Update libkexiv2-25.08.0.tar.xz to 25.12.0 kdegraphics-mobipocket: Update kdegraphics-mobipocket-25.08.0.tar.xz to 25.12.0 ``` Regards, Justin