Skip to content

Commit

Permalink
Merge pull request #1472 from jodh-intel/unbreak-agent-ctl
Browse files Browse the repository at this point in the history
agent-ctl: Unbreak build
  • Loading branch information
jodh-intel committed Mar 8, 2021
2 parents f6630dd + c258ea2 commit 83d5a49
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 309 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 83d5a49

Please sign in to comment.