Message ID | 20211201204442.19205-1-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | ci: QEMU_USE_KVM needs empty variable | expand |
diff --git a/ci/base.yml b/ci/base.yml index 6a96a47..227dea3 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -38,7 +38,7 @@ local_conf_header: noptest: | DISTRO_FEATURES:remove = "ptest" kvm: | - QEMU_USE_KVM = "0" + QEMU_USE_KVM = "" machine: unset
QEMU_USE_KVM needs to be empty, not 0. Otherwise, it doesn't catch and runs KVM anyway (which breaks inside our docker containers). Signed-off-by: Jon Mason <jon.mason@arm.com> --- ci/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)