File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ uninstall:
347347
348348ifeq ($(GOOS ) ,windows)
349349install-deps :
350- script/setup/ install-runc
350+ # TODO: need a script for hcshim something like containerd/cri/hack/ install/windows/install-hcsshim.sh
351351 script/setup/install-critools
352352 script/setup/install-cni-windows
353353else
Original file line number Diff line number Diff line change 1+ 0f5f734a7e1da0979915c6e7d5b6641bd9dc2627
Original file line number Diff line number Diff line change 2020#
2121set -eu -o pipefail
2222
23+ script_dir=" $( cd -- " $( dirname -- " $0 " ) " > /dev/null 2>&1 ; pwd -P) "
24+
2325cd " $GOPATH "
2426go get -u github.com/onsi/ginkgo/ginkgo
25- CRITEST_COMMIT=0f5f734a7e1da0979915c6e7d5b6641bd9dc2627
27+
28+ : " ${CRITEST_COMMIT:= $(cat " ${script_dir} /critools-version" )} "
2629
2730TMPROOT=$( mktemp -d)
2831git clone https://github.com/kubernetes-sigs/cri-tools.git " ${TMPROOT} " /cri-tools
You can’t perform that action at this time.
0 commit comments