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 <danny@dcantah.dev>
This commit is contained in:
parent
2353574aa9
commit
f3124d5693
1
Makefile
1
Makefile
@ -417,7 +417,6 @@ uninstall:
|
|||||||
|
|
||||||
ifeq ($(GOOS),windows)
|
ifeq ($(GOOS),windows)
|
||||||
install-deps:
|
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-critools
|
||||||
script/setup/install-cni-windows
|
script/setup/install-cni-windows
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user