Liu Jiang
6f8acb94c2
libs: refine Makefile rules
...
Refine Makefile rules to better support the KATA ci env.
Fixes : #3536
Signed-off-by: Liu Jiang <gerry@linux.alibaba.com >
2022-06-10 18:25:24 +08:00
Liu Jiang
392f1ecdf5
libs: convert to a cargo workspace
...
Convert libs into a Cargo workspace, so all libraries could share the
build infrastructure.
Fixes #3282
Signed-off-by: Liu Jiang <gerry@linux.alibaba.com >
2022-06-10 18:25:24 +08:00
bin
12c37fafc5
trace-forwarder: add make check for Rust
...
Add make check to run cargo fmt/clippy
for Rust projects.
Fixes : #3656
Signed-off-by: bin <bin@hyper.sh >
2022-02-14 20:12:48 +08:00
Peng Tao
7c4263b3e1
src: reorg source directories
...
To make the code directory structure more clear:
└── src
├── agent
├── libs
│ └── logging
├── runtime
├── runtime-rs (to be added)
└── tools
├── agent-ctl
└── trace-forwarder
Fixes : #3204
Signed-off-by: Peng Tao <bergwolf@hyper.sh >
2021-12-14 10:30:08 +08:00