-
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
Package updates #1460
Package updates #1460
Conversation
The naming conventions changed, so to simplify, this switches to the normal GitHub release artifact, which no longer needs the buildconf.sh call.
^ Removed the bash update from the PR. There's a build failure that's only occurring in some builds that I haven't figured out how to reproduce. It could be a timing error related to when host helper programs are built..? ( There weren't any important changes in bash, and it's only used in the -dev variants for console login, so very low priority. |
I'd like to punt on the systemd update for now, but the others look good to me. |
^ Removes the systemd update. Retested to confirm systemctl status was good, pod ran OK. The hesitation here is that we had a somewhat painful issue with systemd 247.0 that led us to move to the -stable tree, i.e. 247.4, so there would be a bit more bake time before we incorporate new major versions. However, I think I should actually update to 247.6, not stay on 247.4. Unless anyone objects, I'll do that soon. |
^ Update more conservatively to systemd 247.6. Repeated basic testing OK. |
Description of changes:
Not updated: libxcrypt
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.