From 97183ed760478c5b970c8c549d99c8147a72e293 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 14 Dec 2020 12:19:24 +0100 Subject: dashboard/config/linux: disable IIO_CROS_EC_SENSORS_CORE It's build broken on ChromeOS: cros_ec_activity.c:232:7: error: this statement may fall through --- dashboard/config/linux/bits/chromeos.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/chromeos.yml b/dashboard/config/linux/bits/chromeos.yml index 08058a145..c1607cd95 100644 --- a/dashboard/config/linux/bits/chromeos.yml +++ b/dashboard/config/linux/bits/chromeos.yml @@ -8,3 +8,8 @@ config: - SECURITY_CHROMIUMOS_NO_UNPRIVILEGED_UNSAFE_MOUNTS: n # These were used historically, their origins are lost. - CMDLINE: [append, "noresume noswap dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 i915.modeset=1 cros_efi"] + # These break build on e28e048c with the following error and we don't test them anyway: + # cros_ec_activity.c:232:7: error: this statement may fall through + - IIO_CROS_EC_SENSORS_CORE: n + - IIO_CROS_EC_SENSORS_RING: n + - IIO_CROS_EC_SENSORS_SYNC: n -- cgit mrf-deployment