Skip to content

Fix CI failures

Philip Chimento requested to merge ptomato/gjs:fix-ci-bugs into master

Some of the optional jobs were failing when I ran them on the 1.55.91 RC tag. This fixes the ZEAL_2 and FLATPAK jobs, and fixes a memory leak discovered by the VALGRIND job. (The remaining problems with that job seem to be missing GLib suppressions, some of which I've fixed.) It also adds a missing package to the Docker image build so that after the next image build, the LTS job will be fixed as well.

The remaining two failing jobs are on aarch64 and ppc64le and I'm not sure how to debug them.

Merge request reports