mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-30 16:35:31 +00:00
scripts: error exit if aarch64 test is run on MSHV
Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
parent
2c913b8130
commit
024675d1d8
@ -180,6 +180,12 @@ update_workloads() {
|
||||
|
||||
process_common_args "$@"
|
||||
|
||||
# aarch64 not supported for MSHV
|
||||
if [[ "$hypervisor" = "mshv" ]]; then
|
||||
echo "Aarch64 is not supported in Microsoft Hypervisor"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
features_build="--no-default-features --features $hypervisor "
|
||||
features_test="--no-default-features --features integration_tests,$hypervisor"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user