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
On Tue, Oct 04, 2016 at 07:35:58AM -0700, Wilfried OLLIVIER wrote:
Regarding the current version of runtime-spec, specs fields are now
prefixed by "Windows" or "Linux"
This was opencontainers/runtime-spec#567. runtime-tools pins its
dependencies, so being 'go get'-able is not a high priority. Folks
who want a binary should build it via ‘make’ (which sets up a GOPATH
to use the pinned dependencies). Folks who want the libraries should
pin runtime-tools to a specific version, and also pin its dependencies
to the versions pinned by their chosen runtime-tools (although you can
probably adjust the dependency versions somewhat if you're willing to
keep the pieces ;).
There's also the 1.0.0.rc1 branch (built against an official
runtime-tools release). If I was including runtime-spec as a
dependency, I'd stick to branches like that (vs. master, which pins a
mostly-arbitrary runtime-spec commit). More on this versioning in #108 and #140.
Hi,
I can't go get opencontainers/runtime-tools/generate.
Is this error due to some Godeps/vendoring mismatch regarding runtime-spec ?
The text was updated successfully, but these errors were encountered: