Uh oh!
There was an error while loading. Please reload this page.
Update LookPath in go-runhcs to account for changes in go 1.19+ - #1556
Update LookPath in go-runhcs to account for changes in go 1.19+#1556Kathryn Baldauf (katiewasnothere) wants to merge 1 commit into
Conversation
Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
Address CI build break that was revealed in #1554 |
Hamza El-Saawy (helsaawy)
commented
Oct 31, 2022
|
| import ( | ||
| "bytes" | ||
| "context" | ||
| "errors" |
There was a problem hiding this comment.
What is this package even used for anymore? I thought runhcs was dead? Arent we only using shim for containerd these days?
There was a problem hiding this comment.
Looks like it's mostly used in tests for runhcs, which we still use to create scratch disks unfortunately :/
There was a problem hiding this comment.
OMG. Create-scratch. What's LCOW 🙄 ? LOL. Ok fine
Kathryn Baldauf (katiewasnothere)
commented
Nov 1, 2022
Hamza El-Saawy (@helsaawy) I think I'll just close this PR for now until we move to build with 1.19. Thoughts? |
Justin (jterry75)
commented
Nov 1, 2022
LGTM |
Hamza El-Saawy (helsaawy)
commented
Nov 1, 2022
Fine by me; hopefully we dont run into the same issue elsewhere |
Closing for now |
Signed-off-by: Kathryn Baldauf kabaldau@microsoft.com