-
Notifications
You must be signed in to change notification settings - Fork 800
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
CI VMs: bump f40 -> f41 #5820
CI VMs: bump f40 -> f41 #5820
Conversation
We will need to update the linter golangci-lint needs to be > 1.60 to work on go 1.23 AFAICT |
try picking #5821 in here |
ulimits failing. Probably the same thing as containers/podman#24335 but not caught because we don't run buildah tests on rawhide. |
The test seem to call podman to figure out the limit podman uses. IMO this sounds super wrong, buildah cannot depend on the host podman version and expect things to never change... added in 79fb3c2 What we could test on podman is that podman run/build use the same limits which make sense to me but testing in buildah with a unknown host binary cannot work |
Images built in containers/automation_images#392 Signed-off-by: Ed Santiago <[email protected]>
They compare buildah-bud against podman-run, which breaks if /usr/bin/podman changes its ulimits, as happened recently in podman PR 24335. Signed-off-by: Ed Santiago <[email protected]>
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, Luap99, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Images built in containers/automation_images#392
Signed-off-by: Ed Santiago [email protected]