CI: Update from f39/f40/f41 to f42/f43/f44#792
Merged
vathpela merged 5 commits intorhboot:mainfrom Mar 20, 2026
Merged
Conversation
d0cffb7 to
61aa013
Compare
Fedora 41 is pretty old, so update to some supported (or nearly supported) OSes. Signed-off-by: Peter Jones <pjones@redhat.com>
This adds centos10 to CI. Signed-off-by: Peter Jones <pjones@redhat.com>
6bd9cf9 to
88e3123
Compare
Apparently strrchr() became a macro in glibc recently, breaking our test case that tries to #define it. This patch undefines it before we try to define it. Signed-off-by: Peter Jones <pjones@redhat.com>
Without this when e.g. f44 fails we don't necessarily know if f43 or f45 worked. Signed-off-by: Peter Jones <pjones@redhat.com>
e4a0340 to
ebb295c
Compare
Signed-off-by: Peter Jones <pjones@redhat.com>
Member
Author
|
This makes CI work again for other posts, so I'm gonna push it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fedora 41 is pretty old, so update to some supported (or nearly supported) OSes.