Add Fedora 44 build#536
Merged
Merged
Conversation
Add a Dockerfile for Fedora 44 mirroring the Fedora 43 image: same
package list plus libpfm-devel (Fedora 44's google-benchmark-devel
now declares a hard dep on libpfm, breaking find_package(benchmark)
without it).
Wire the new image into .github/workflows/ci.yaml:
- create-images and build matrices: add { fedora, 44 } alongside the
existing entries (41, 42, 43, ubuntu).
- test job container: switch from fedora-43 to fedora-44. This makes
the canonical test runner clang-tidy 22.1.4 from Fedora 44, which
is the version that surfaces the warnings fixed in commit 1a6449b.
- doc job container: switch from fedora-43 to fedora-44 for the same
consistency.
Verified locally inside the new image: cmake configure, full build,
test_bin, doc, check (lint + checkstyle), and all 23 unit tests pass.
Fedora 41 reached end-of-life in November 2025. Removing it from the
CI matrix keeps the image set focused on supported releases (42, 43,
44).
- Delete .github/fedora-41.Dockerfile.
- Drop the { fedora, 41 } entries from the create-images and build
matrices in .github/workflows/ci.yaml.
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.
CI should build on Fedora 44 by default, as it's now publicly available. Fedora 41 is EOL so it has been removed.