golang-github-containerd-rpm/0002-Remove-windows-only-dep.patch
2025-01-07 23:28:46 +01:00

18 lines
571 B
Diff

Index: pkg/cri/server/helpers.go
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/pkg/cri/server/helpers.go b/pkg/cri/server/helpers.go
--- a/pkg/cri/server/helpers.go
+++ b/pkg/cri/server/helpers.go (date 1736286303484)
@@ -370,8 +370,6 @@
return &runcoptions.Options{}
case plugin.RuntimeLinuxV1:
return &runctypes.RuncOptions{}
- case runtimeRunhcsV1:
- return &runhcsoptions.Options{}
default:
return &runtimeoptions.Options{}
}