BUG: update ubuntu image and package references for GitHub Actions#117
Closed
rprobaina wants to merge 1 commit intolinux-audit:mainfrom
Closed
BUG: update ubuntu image and package references for GitHub Actions#117rprobaina wants to merge 1 commit intolinux-audit:mainfrom
rprobaina wants to merge 1 commit intolinux-audit:mainfrom
Conversation
The image ubuntu-20.04 became deprecated on 2025-04-15. For this reason, CI jobs are failing, see [1]. This commit updates the image to ubuntu-24.04 and the required package references to resolve this issue. [1] linux-audit#116 Signed-off-by: Ricardo Robaina <rrobaina@redhat.com>
Contributor
Author
|
Hi @pcmoore, I'm not super familiar with github CI infrastructure, however, I believe this PR fixes the issue. I've tested it locally, on a container based on ubuntu-24.04 image. The failed check [1] is not related to this fix per se. Rather, it's reporting syntax problems on time_change test case. I've opened this PR [2] to solve that minor syntax problem as well. I hope it helps! -Ricardo [1] https://github.com/linux-audit/audit-testsuite/actions/runs/15397303574/job/43321223647?pr=117 |
Contributor
|
Merged via c24f8a9, thanks for fixing this! |
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.
The image ubuntu-20.04 became deprecated on 2025-04-15. For this reason, CI jobs are failing, see [1].
This commit updates the image to ubuntu-24.04 and the required package references to resolve this issue.
[1] #116
Signed-off-by: Ricardo Robaina rrobaina@redhat.com