mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 05:20:41 +00:00
ci: Enable build-check for agent on riscv64
Enable build-check for `agent` component for riscv64 platforms. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
7f9b2c0af1
commit
384d335419
@ -25,6 +25,14 @@ jobs:
|
|||||||
- "make test"
|
- "make test"
|
||||||
- "sudo -E PATH=\"$PATH\" make test"
|
- "sudo -E PATH=\"$PATH\" make test"
|
||||||
component:
|
component:
|
||||||
|
- name: agent
|
||||||
|
path: src/agent
|
||||||
|
needs:
|
||||||
|
- rust
|
||||||
|
- libdevmapper
|
||||||
|
- libseccomp
|
||||||
|
- protobuf-compiler
|
||||||
|
- clang
|
||||||
- name: agent-ctl
|
- name: agent-ctl
|
||||||
path: src/tools/agent-ctl
|
path: src/tools/agent-ctl
|
||||||
needs:
|
needs:
|
||||||
|
Loading…
Reference in New Issue
Block a user