mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-08 08:54:29 +01:00
agent-ctl: Unbreak build
The recent switch to an async rust agent broke the `agent-ctl` tool. However, we didn't notice because that isn't being built by the CI. Fix the breakage by passing a ttRPC context to all ttRPC API calls and also build the tool as part of the static checks CI. Fixes: #1471. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
3
.github/workflows/static-checks.yaml
vendored
3
.github/workflows/static-checks.yaml
vendored
@@ -66,3 +66,6 @@ jobs:
|
||||
- name: Run agent unit tests
|
||||
run: |
|
||||
cd ${GOPATH}/src/github.com/kata-containers/kata-containers/src/agent && make check
|
||||
- name: Build agent-ctl tool (must be buildable against current agent)
|
||||
run: |
|
||||
cd ${GOPATH}/src/github.com/kata-containers/kata-containers/tools/agent-ctl && make
|
||||
|
||||
Reference in New Issue
Block a user