From 5df3d27126e58797f492a691ce1d412b262285da Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 30 Apr 2024 19:23:52 +0200 Subject: [PATCH] gitlab-ci: stay on Fedora 39 until it is no longer supported We can rely on the debian:testing job to test the bleeding edge, and it is a lot easier to troubleshoot. The Fedora job is a lot harder to troubleshoot than the Debian-based jobs, and they are often quite bleeding edge. Currently, there is a change to either Python or an image processing lib (Pillow?) that now compresses PNGs differently than all previous releases. That breaks the tests based on processing images and checking the SHA-256 matches. 70e7e720b9c2f3cbcf3ae44105abf613fd96767d fdroidserver!669 --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79eb1d45..2b0ab577 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -285,9 +285,7 @@ black: - black --check --diff --color $CI_PROJECT_DIR fedora_latest: - image: fedora:latest - only: - - master@fdroid/fdroidserver + image: fedora:39 # support ends on 2024-11-12 script: # tricks to hopefully make runs more reliable - echo "timeout=600" >> /etc/dnf/dnf.conf