-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
Regression of #61 ?
I'm trying to bump the version of go-runc at containerd (as a part of containerd/containerd#4526, related to #64), but run into a failure on windows build due to the change in this PR.
The error detail:
+ export CGO_ENABLED=1
+ CGO_ENABLED=1
+ cd src/github.com/containerd/containerd
+ mingw32-make.exe binaries
+ bin/ctr.exe
+ bin/containerd.exe
# github.com/containerd/containerd/vendor/github.com/containerd/go-runc
##[error]vendor\github.com\containerd\go-runc\runc.go:66:16: undefined: unix.Signal
##[error]mingw32-make: *** [Makefile.windows:28: bin/containerd.exe] Error 2
##[error]Process completed with exit code 2.
Metadata
Metadata
Assignees
Labels
No labels