File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -245,28 +245,6 @@ jobs:
245245 sudo -E PATH=$PATH script/setup/install-runc
246246 working-directory : src/github.com/containerd/containerd
247247
248- - name : Build Windows container shims
249- # After Containerd 1.5 just a 'make' or 'make binaries' invocation will build the windows shim alongside the daemon, ctr, and
250- # other binaries so this step is only needed on < 1.6
251- if : startsWith(matrix.os, 'windows') && matrix.version != 'main'
252- shell : bash
253- run : |
254- set -o xtrace
255- export CGO_ENABLED=1
256- cd src/github.com/containerd/containerd
257- mingw32-make.exe binaries
258- bindir="$(pwd)"/bin
259- if [ -f "vendor.conf" ]; then
260- SHIM_COMMIT=$(grep 'Microsoft/hcsshim' vendor.conf | awk '{print $2}')
261- else
262- SHIM_COMMIT=$(grep 'Microsoft/hcsshim ' go.mod | awk '{print $2}')
263- fi
264- cd ../../Microsoft/hcsshim
265- git fetch --tags origin "${SHIM_COMMIT}"
266- git checkout "${SHIM_COMMIT}"
267- GO111MODULE=on go build -mod=vendor -o "${bindir}/containerd-shim-runhcs-v1.exe" ./cmd/containerd-shim-runhcs-v1
268- cp "${bindir}"/*.exe /usr/local/bin
269-
270248 - name : Build cri-tools on Linux
271249 if : startsWith(matrix.os, 'ubuntu')
272250 run : |
You can’t perform that action at this time.
0 commit comments