SUMMARY Opensuse build on CI are currently failing STEPS TO REPRODUCE 1. see https://invent.kde.org/office/alkimia/-/jobs/370011 OBSERVED RESULT Some required packages could not be found EXPECTED RESULT The packages should be available ADDITIONAL INFORMATION At https://invent.kde.org/office/alkimia/-/blob/master/.gitlab-ci.yml `opensuse/leap` is used as Docker image. In the past, version 15.3 was used, which was recently changed to 15.4. The corresponding repos do not currently contain the required packages.
The bug has been reported upstream at https://bugzilla.opensuse.org/show_bug.cgi?id=1200936
Building of the required package for 15.4 has been triggered. Until the required packages are available, you can use the `opensuse/leap:15.3` image.
Git commit afdab604309f34f4f547889bccdd0a8ed57953f7 by Ralf Habacker. Committed on 03/07/2022 at 11:51. Pushed by habacker into branch 'master'. .gitlab-ci.yml: Do not let docker decide which distro version to use M +2 -9 .gitlab-ci.yml https://invent.kde.org/office/alkimia/commit/afdab604309f34f4f547889bccdd0a8ed57953f7
Git commit f3c0c8df0e91acdb95560685601383ad52ca6424 by Ralf Habacker. Committed on 03/07/2022 at 11:53. Pushed by habacker into branch '8.1'. .gitlab-ci.yml: Do not let docker decide which distro version to use (cherry picked from commit afdab604309f34f4f547889bccdd0a8ed57953f7) M +2 -9 .gitlab-ci.yml https://invent.kde.org/office/alkimia/commit/f3c0c8df0e91acdb95560685601383ad52ca6424
Should this be closed, if those commits fixed the problem?
(In reply to Jack from comment #5) > Should this be closed, if those commits fixed the problem? yes, thanks for pointing out.