-
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
Update nix pin with make nixpkgs
#7286
Update nix pin with make nixpkgs
#7286
Conversation
Also sync nix `packageOverrides` across skopeo/buildah/podman/cri-o for utilizing local build cache. Signed-off-by: Wong Hoi Sing Edison <[email protected]>
8b9417e
to
2965fc3
Compare
/retest |
@hswong3i: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
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/test-infra repository. |
2533: Update nix pin with `make nixpkgs` r=rhatdan a=hswong3i <!-- Thanks for sending a pull request! Please make sure you've read and understood our contributing guidelines (https://github.com/containers/buildah/blob/master/CONTRIBUTING.md) as well as ensuring that all your commits are signed with `git commit -s`. --> #### What type of PR is this? <!-- Please label this pull request according to what type of issue you are addressing, especially if this is a release targeted pull request. Uncomment only one `/kind <>` line, hit enter to put that in a new line, and remove leading whitespace from that line: --> > /kind cleanup > /kind feature #### What this PR does / why we need it: Update nix pin with `make nixpkgs` Also sync nix `packageOverrides` across skopeo/buildah/podman/cri-o for utilizing local build cache, see - containers/crun#450 - containers/conmon#189 - containers/skopeo#973 - #2533 - containers/podman#7286 - cri-o/cri-o#4065 #### How to verify it #### Which issue(s) this PR fixes: <!-- Automatically closes linked issue when PR is merged. Uncomment the following comment block and include the issue number or None on one line. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`, or `None`. --> <!-- Fixes # or None --> #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? <!-- If no, just write `None` in the release-note block below. If yes, a release note is required: Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". For more information on release notes please follow the kubernetes model: https://git.k8s.io/community/contributors/guide/release-notes.md --> ```release-note Update nix pin with `make `nixpkgs` ``` Co-authored-by: Wong Hoi Sing Edison <[email protected]>
LGTM |
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: hswong3i, rhatdan, saschagrunert 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 |
Update nix pin with
make nixpkgs
Also sync nix
packageOverrides
across skopeo/buildah/podman/cri-o for utilizing local build cache, see/nix
folder conmon#189buildGoModule
skopeo#973make nixpkgs
buildah#2533make nixpkgs
#7286make nixpkgs
cri-o/cri-o#4065