mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
0fa71ddf7e
As Linux kernel, edk2, virtiofd, SPDK are all build from source, we need to find a way to reduce the number of source code build. To address this issue, this commit adds a stage that touching a ".built" file to each repo of the source code after a successfully build. By checking if the ".built" file exists, we can determine if there is already an old build. Since the source code repo will be removed and cloned again when we bump the repo hash, the CI will rebuild the repo. Signed-off-by: Henry Wang <Henry.Wang@arm.com> |
||
---|---|---|
.. | ||
check-image-compatability.sh | ||
create-cloud-init.sh | ||
dev_cli.sh | ||
prepare_vdpa.sh | ||
run_cargo_tests.sh | ||
run_integration_tests_aarch64.sh | ||
run_integration_tests_live_migration.sh | ||
run_integration_tests_sgx.sh | ||
run_integration_tests_vfio.sh | ||
run_integration_tests_windows.sh | ||
run_integration_tests_x86_64.sh | ||
run_metrics.sh | ||
run_openapi_tests.sh | ||
run_unit_tests.sh | ||
sha1sums-aarch64 | ||
sha1sums-x86_64 | ||
test-util.sh |