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:
Ruoqing He 2025-04-25 11:08:27 +00:00
parent 7f9b2c0af1
commit 384d335419

View File

@ -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: