mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
Makefile: add dragonball components.
Enable ci to run dragonball unit tests. Fixes: #4899 Signed-off-by: wllenyj <wllenyj@linux.alibaba.com>
This commit is contained in:
parent
3fe81fe4ab
commit
2ddc948d30
1
Makefile
1
Makefile
@ -8,6 +8,7 @@ COMPONENTS =
|
|||||||
|
|
||||||
COMPONENTS += libs
|
COMPONENTS += libs
|
||||||
COMPONENTS += agent
|
COMPONENTS += agent
|
||||||
|
COMPONENTS += dragonball
|
||||||
COMPONENTS += runtime
|
COMPONENTS += runtime
|
||||||
COMPONENTS += runtime-rs
|
COMPONENTS += runtime-rs
|
||||||
|
|
||||||
|
@ -15,6 +15,9 @@ clippy:
|
|||||||
-- \
|
-- \
|
||||||
-D warnings
|
-D warnings
|
||||||
|
|
||||||
|
vendor:
|
||||||
|
@echo "INFO: vendor do nothing.."
|
||||||
|
|
||||||
format:
|
format:
|
||||||
@echo "INFO: cargo fmt..."
|
@echo "INFO: cargo fmt..."
|
||||||
cargo fmt -- --check
|
cargo fmt -- --check
|
||||||
|
Loading…
Reference in New Issue
Block a user