-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update install.md - Add Dep for Ubuntu 24 #9379
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
base: main
Are you sure you want to change the base?
Conversation
I added "golang-go" explicitly to the apt install Ubuntu 24 section, it might be something odd/interesting on my end but when I ran the install list as currently given I got "go not found", which explicitly installing golang-go fixed, so I thought I'd add it here. Signed-off-by: Isaac Foster <isaac.z.foster@gmail.com>
Hi @thegreatfatzby. Thanks for your PR. I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
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!
/ok-to-test
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9379 +/- ##
==========================================
- Coverage 67.25% 65.91% -1.35%
==========================================
Files 200 200
Lines 27680 27680
==========================================
- Hits 18616 18245 -371
- Misses 7519 7868 +349
- Partials 1545 1567 +22 🚀 New features to boost your workflow:
|
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, thegreatfatzby 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 |
/retest-required |
A friendly reminder that this PR had no activity for 30 days. |
A friendly reminder that this PR had no activity for 30 days. |
/retest |
@thegreatfatzby: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
I added "golang-go" explicitly to the apt install Ubuntu 24 section, it might be something odd/interesting on my end but when I ran the install list as currently given I got "go not found", which explicitly installing golang-go fixed, so I thought I'd add it here.
To show the steps I took with editing, I ran:
Clone cri-o, cd in, then
Then:
Then make succeeds:
What type of PR is this?
Documentation
What this PR does / why we need it:
Possibly make someone else's install path on Ubuntu 24 easier.
Which issue(s) this PR fixes:
None, didn't open an issue.
Special notes for your reviewer:
Does this PR introduce a user-facing change?
None