-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CI job after Fedora 39 release #11256
Conversation
Skipping CI for Draft Pull Request. |
This commit fixes the GitHub Actions CI job `Gate / Build, Test on Fedora Latest (Container) (pull_request)` which started to fail after the latest container has been upgraded to Fedora 39. We need to add gcc-c++ and python3-devel to be able to build pcre2 Python package from pip3.
Code Climate has analyzed commit 7bee3ae and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 58.5%. View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks
Waving the Ansible test as its not related to this PR. |
This commit fixes the GitHub Actions CI job
Gate / Build, Test on Fedora Latest (Container) (pull_request)
which started to fail after the latest container has been upgraded to Fedora 39.We need to add gcc-c++ and python3-devel to be able to build pcre2 Python package from pip3.
Example of a problem run: https://github.com/ComplianceAsCode/content/actions/runs/6795930422/job/18474989234?pr=11236