mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
1025783973
To run unit tests correctly on musl target, We don't need to provide specific "CFLAGS" or "TARGET_CC", as long as we use the correct build target `*-linux-musl` with the "cargo test" command. Signed-off-by: Bo Chen <chen.bo@intel.com>