mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-17 12:49:41 +00:00
ci: Enable build-check for runtime on riscv64
`runtime` support for riscv64 is now ready, let enable building and testing on that component. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
1f52f83309
commit
7f0b1946c5
@ -43,6 +43,11 @@ jobs:
|
|||||||
- rust
|
- rust
|
||||||
- musl-tools
|
- musl-tools
|
||||||
- protobuf-compiler
|
- protobuf-compiler
|
||||||
|
- name: runtime
|
||||||
|
path: src/runtime
|
||||||
|
needs:
|
||||||
|
- golang
|
||||||
|
- XDG_RUNTIME_DIR
|
||||||
- name: runtime-rs
|
- name: runtime-rs
|
||||||
path: src/runtime-rs
|
path: src/runtime-rs
|
||||||
needs:
|
needs:
|
||||||
|
Loading…
Reference in New Issue
Block a user