solo-io / unik

The Unikernel & MicroVM Compilation and Deployment Platform
Apache License 2.0
2.72k stars 191 forks source link

Remove cgo build tag from stop_instance.go firecracker provider #180

Closed urjitbhatia closed 5 years ago

urjitbhatia commented 5 years ago

Seems like it was copy/pasted by mistake but causing builds to fail because builds don't enable CGO by default. Removing it because it doesn't seem like it is needed in that file

Causing issue: https://github.com/solo-io/unik/issues/179