From 486f93ef445f733b35d844f33ba9edeb8423f5fa Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 27 Nov 2020 09:46:08 +0100 Subject: dashboard/config/linux: enable kvm_guest for android Android stopped booting on GCE after the config update: https://syzkaller.appspot.com/bug?id=14d0e93b7c644132089efdc7e3c8ac595b18d448 (can't find root device). Let's try to enable kvm_guest for android. --- dashboard/config/linux/bits/x86_64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/x86_64.yml b/dashboard/config/linux/bits/x86_64.yml index 1bbcd74d7..6294ef7e8 100644 --- a/dashboard/config/linux/bits/x86_64.yml +++ b/dashboard/config/linux/bits/x86_64.yml @@ -4,7 +4,7 @@ shell: # android-5.4.yml has own defconfig. - make x86_64_defconfig: [-android] - - make kvm_guest.config: [-android] + - make kvm_guest.config config: # root=/dev/sda is not necessary correct, but it's a common setting and user arguments are appended -- cgit mrf-deployment