endocrimes / nomad-plugin-firecracker

WIP
6 stars 1 forks source link

nomad / runc vendor issue #6

Closed plasticine closed 5 years ago

plasticine commented 5 years ago

Currently it seems building releases is broken due to out-of-sync transitive deps? It looks like hashicorp/nomad is pinned back on an older ref of opencontainers/runc.

# github.com/dantoml/nomad-plugin-firecracker/vendor/github.com/hashicorp/nomad/drivers/shared/executor
vendor/github.com/hashicorp/nomad/drivers/shared/executor/executor_linux.go:652:43: not enough arguments in call to cgroups.FindCgroupMountpoint
    have (string)
    want (string, string)
vendor/github.com/hashicorp/nomad/drivers/shared/executor/executor_linux.go:696:53: not enough arguments in call to cgroups.FindCgroupMountpointAndRoot
    have (string)
    want (string, string)