Conversation
EL10 (CentOS Stream 10, RHEL 10, AlmaLinux 10, etc.) does not have a mysql dnf module, so attempting to disable it fails with: Unable to resolve argument mysql Error: Problems in request: missing groups or modules: mysql This change limits the dnf_module disable to EL8 and EL9 only, where the module actually exists. Signed-off-by: Dan Webb <dan.webb@damacus.io>
- Remove EOL platforms: centos-7, centos-stream-8, oraclelinux-7 - Remove non-yum platforms: debian-9/10/11/12, ubuntu-18.04/20.04/22.04/23.04 - Add EL 10: almalinux-10, centos-stream-10, rockylinux-10 - Update CI matrix with proper excludes for mysql55/56/57
MySQL repos don't support EL 10 yet
MySQL repos only go up to EL 9, so use EL 9 repos for EL 10+
Amazon Linux 2023 doesn't have a mysql dnf module
- mysql-connectors-community: use EL 9 repos for AL2023 and EL 10+ - mysql57-community: use EL 7 repos for AL2023
- Add mysql80-community and mysql84-community attributes - Add mysql80 and mysql84 recipes - Update README with new versions and modern examples - Add mysql80 and mysql84 to CI matrix
Signed-off-by: Dan Webb <dan.webb@damacus.io>
- Fix mysql-8.4-lts-community to mysql-8.4-community (correct URL) - Add dnf_module mysql disable to mysql80/84 recipes for EL8/EL9
Slowest examplesTop 3 slowest examples (0.09 seconds, 100% of total time)
|
This was referenced Jan 18, 2026
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.
Summary
Add EL 10 support and modernize platform coverage.
Added
Removed (EOL)
Changed