Bug 456002 - CI opensuse build failures
Summary: CI opensuse build failures
Status: RESOLVED FIXED
Alias: None
Product: libalkimia
Classification: Frameworks and Libraries
Component: General (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-27 08:04 UTC by Ralf Habacker
Modified: 2022-09-13 06:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2022-06-27 08:04:03 UTC
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.
Comment 1 Ralf Habacker 2022-06-27 08:58:42 UTC
The bug has been reported upstream at https://bugzilla.opensuse.org/show_bug.cgi?id=1200936
Comment 2 Ralf Habacker 2022-06-27 08:59:09 UTC
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.
Comment 3 Ralf Habacker 2022-07-03 11:51:58 UTC
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
Comment 4 Ralf Habacker 2022-07-03 11:53:49 UTC
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
Comment 5 Jack 2022-09-12 22:20:15 UTC
Should this be closed, if those commits fixed the problem?
Comment 6 Ralf Habacker 2022-09-13 06:13:50 UTC
(In reply to Jack from comment #5)
> Should this be closed, if those commits fixed the problem?

yes, thanks for pointing out.