This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Add Makefile target for virtcontainers #81
Comments
amshinde
added a commit
to amshinde/kata-runtime
that referenced
this issue
Mar 20, 2018
Running make from top source directory should build virtcontainers library and the cli. Add new `install-all` target that will install virtcontainers test binaries. Fixes kata-containers#81 Signed-off-by: Archana Shinde <[email protected]>
amshinde
added a commit
to amshinde/kata-runtime
that referenced
this issue
Mar 29, 2018
Running make from top source directory should build virtcontainers library and the cli. Add new `install-all` target that will install virtcontainers test binaries. Fixes kata-containers#81 Signed-off-by: Archana Shinde <[email protected]>
amshinde
added a commit
to amshinde/kata-runtime
that referenced
this issue
Mar 29, 2018
Running make from top source directory should build virtcontainers library and the cli. Add new `install-vc` target that will install virtcontainers test binaries. Fixes kata-containers#81 Signed-off-by: Archana Shinde <[email protected]>
Is this still a relevant/desired issue @amshinde? |
No longer relevant. |
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
grpcStatus implements errors returned by gRPC. These errors are serialized and transmitted on the wire between server and client, and allow for additional data to be transmitted via the Details field in the status proto. gRPC service handlers should return an error created by this package, and gRPC clients should expect a corresponding error to be returned from the RPC call. Fixes kata-containers#81 Signed-off-by: Hui Zhu <[email protected]>
This was referenced Aug 19, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should be able to build virtcontainers from top-level source directory.
The text was updated successfully, but these errors were encountered: