Fix openSUSE 15.6 GitHub actions#10832
Conversation
18c6e1d to
f57048a
Compare
|
I vaguely remember having seen that very same issue (with ncurses on SUSE) in the past. Either they are doing something strange, or maybe we are missing a repo or something like that? Pinning some exact version doesn't really sound sustainable. If it's really the case that they provide library versions with no matching |
Good idea! |
The runner image ships libncurses6-6.1-150000.5.33.1, but the only ncurses-devel available in the configured repos is 6.1-150000.5.30.1, which requires an exact-version match on libncurses6.
f57048a to
4a86814
Compare
|
Found something in the Suse Bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1263024 Looks like this even confuses some people at Suse1, let's see if they are able to figure this out. 😅 Footnotes
|
julianbrost
left a comment
There was a problem hiding this comment.
Change would be fine by me, but I don't think we're in a hurry. I'd wait to see if there's a response in the Bugzilla soon. If we'd merge this to get the jobs green again quickly, we should watch the Bugzilla nonetheless to see if there's a better way for us to deal with this.
If that's the state of the container images, |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin support/2.15
git worktree add -d .worktree/backport-10832-to-support/2.15 origin/support/2.15
cd .worktree/backport-10832-to-support/2.15
git switch --create backport-10832-to-support/2.15
git cherry-pick -x 4a868146dd2694c28ffb27ed102220d83984ddaf |
1 similar comment
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin support/2.15
git worktree add -d .worktree/backport-10832-to-support/2.15 origin/support/2.15
cd .worktree/backport-10832-to-support/2.15
git switch --create backport-10832-to-support/2.15
git cherry-pick -x 4a868146dd2694c28ffb27ed102220d83984ddaf |
|
Successfully created backport PR for |
The runner image ships libncurses6-6.1-150000.5.33.1, but the only ncurses-devel available in the configured repos is 6.1-150000.5.30.1, which requires an exact-version match on libncurses6.
closes #10831