-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Test c/storage with fix-depricated-hdr_Xattrs #23104
Test c/storage with fix-depricated-hdr_Xattrs #23104
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Honny1 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d3f9f50
to
a2ffc7d
Compare
go.mod
Outdated
@@ -227,3 +227,5 @@ require ( | |||
) | |||
|
|||
replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.1-0.20240131200429-02120488a4c0 | |||
|
|||
replace github.com/containers/storage => github.com/Honny1/storage v0.0.0 |
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.
FYI you do not have to create tags on your fork.
The way to do this is to replace the tag with the branch name or commit sha and then just run make vendor. Go will figure it our from there and replace it with pseudo version, i.e.
github.com/containers/common v0.59.1-0.20240603155017-49ad520556e7
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.
Thanks
a2ffc7d
to
467f112
Compare
Signed-off-by: Jan Rodák <[email protected]>
467f112
to
4cfd50e
Compare
Ephemeral COPR build failed. @containers/packit-build please check. |
/packit rebuild-failed |
Integration test for PR: c/storage#1985