Skip to content

Commit

Permalink
Merge pull request #749 from steffengy/patch-1
Browse files Browse the repository at this point in the history
HCS: Remove not anymore needed CGO dependency
  • Loading branch information
jterry75 authored Jan 9, 2020
2 parents 1f9b057 + 5613e3d commit 0b571ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clone_folder: c:\gopath\src\github.com\Microsoft\hcsshim

environment:
GOPATH: c:\gopath
PATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%GOPATH%\bin;C:\gometalinter-2.0.12-windows-amd64;%PATH%
PATH: "%GOPATH%\\bin;C:\\gometalinter-2.0.12-windows-amd64;%PATH%"

stack: go 1.13.4

Expand Down Expand Up @@ -38,4 +38,4 @@ artifacts:
- path: 'containerd-shim-runhcs-v1.test.exe'
- path: 'cri-containerd.test.exe'
- path: 'functional.test.exe'
- path: 'runhcs.test.exe'
- path: 'runhcs.test.exe'
7 changes: 0 additions & 7 deletions internal/hcs/cgo.go

This file was deleted.

0 comments on commit 0b571ac

Please sign in to comment.