From f3124d5693f8b3a00b0e882bcd7009f46d1efb96 Mon Sep 17 00:00:00 2001 From: Danny Canter Date: Thu, 22 Jun 2023 17:53:09 -0700 Subject: [PATCH] Makefile: Remove hcsshim related TODO There was a todo for the windows variant of dependency installation that hinted at making an install-hcsshim.sh script, however Windows today doesn't rely on a standalone OCI runtime binary that gets invoked by the shim. Rather, container creation/management is all handled by the shim itself in-proc. Due to this, `make` or `make binaries` basically fulfills that purpose as it clones hcsshim and builds the shim along with containerd. Signed-off-by: Danny Canter --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index ee42d7c48..487dff8a2 100644 --- a/Makefile +++ b/Makefile @@ -417,7 +417,6 @@ uninstall: ifeq ($(GOOS),windows) install-deps: - # TODO: need a script for hcshim something like containerd/cri/hack/install/windows/install-hcsshim.sh script/setup/install-critools script/setup/install-cni-windows else