-
Notifications
You must be signed in to change notification settings - Fork 522
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 third-party packages #1676
Conversation
Setting as draft and looking into the -dev variant failures. [edit] Oops, iputils is only used in the -dev variants, and has a new build dependency. Looking. |
^ This push fixes iputils by adding a patch that disables an IPv6 check in the unit tests for ping. The check uses 'ip' (from iproute) which we don't have in the SDK. (The check was added to iputils because they moved to GitHub Actions for CI, which doesn't support IPv6.) |
9510928
to
406d09b
Compare
^ This push removes the libpcre dep from libglib's Cargo.toml/lock as well (oops). Did a clean and rebuilt aws-k8s-1.21 and vmware-k8s-1.21 OK. |
Description of changes:
Note: this is the change in libmount for which I added a revert patch so we can maintain kernel compatibility <5.8: util-linux/util-linux@57898c3
Not updated: bash, aws-iam-authenticator, grub (eek), systemd, containerd, runc, glib
Testing done:
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.