You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
BUILD /home/vagrant/workplace/golang/src/github.com/kata-containers/runtime/kata-runtime
# github.com/kata-containers/runtime/virtcontainers
../virtcontainers/hypervisor.go:197:10: cannot use &cloudHypervisor literal (type *cloudHypervisor) as type hypervisor in return argument:
*cloudHypervisor does not implement hypervisor (wrong type for createSandbox method)
have createSandbox("context".Context, string, NetworkNamespace, *HypervisorConfig, *store.VCStore) error
want createSandbox("context".Context, string, NetworkNamespace, *HypervisorConfig, *store.VCStore, bool) error
Makefile:528: recipe for target '/home/vagrant/workplace/golang/src/github.com/kata-containers/runtime/kata-runtime' failed
The text was updated successfully, but these errors were encountered:
Description of problem
After merging #2202
master build fails:
The text was updated successfully, but these errors were encountered: