Uh oh!
There was an error while loading. Please reload this page.
Remove open-coding of ParentLayerPathsFlag - #1917
Remove open-coding of ParentLayerPathsFlag#1917Paul "TBBle" Hampson (TBBle) wants to merge 1 commit into
Conversation
Uh oh!
There was an error while loading. Please reload this page.
7ca06cb to
eb99b71CompareWhat is |
Hamza El-Saawy (helsaawy)
commented
Oct 2, 2023
It's running the repo tests; from what I was able to track down, GitHub is improperly enabling CIMFS in the runners, causing our tests (https://github.com/microsoft/hcsshim/blob/main/pkg/cimfs/cim_test.go) to crash the VM. |
I wouldn't say Github is improperly enabling CIMFS. The host OS version that Github uses for test runners doesn't have full CIMFS support so running tests on those is causing the crash. I will update the tests to not run on these versions. |
eb99b71 to
ae4203fComparecontainerd/mount.Mount provides an API for this now, although in one case we have to create an instance of that from the protobuf-marshelled types.Mount. Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
ae4203f to
f210c20Compare
containerd/mount.Mount provides an API for this now, although in one case we have to create an instance of that from the protobuf-marshelled types.Mount.
Something I stumbled across while poking at the containerd image store support for Windows in moby.