Import Windows manifest into test build, rather than copying by script
This will ensure that we can always get the current Windows OS build version, without being put into Windows 8 compatibility mode. Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -299,7 +299,6 @@ jobs:
|
||||
- name: Integration 1
|
||||
shell: bash
|
||||
run: |
|
||||
cp src/github.com/Microsoft/hcsshim/test/functional/manifest/rsrc_amd64.syso src/github.com/containerd/containerd/
|
||||
cd src/github.com/containerd/containerd
|
||||
export CGO_ENABLED=1
|
||||
mingw32-make.exe integration
|
||||
|
||||
Reference in New Issue
Block a user