diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-12-14 12:19:24 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-12-14 12:54:11 +0100 |
| commit | 97183ed760478c5b970c8c549d99c8147a72e293 (patch) | |
| tree | b2d9568f8e28a1559442f0a2faaaeb8e454f72db /dashboard/config/linux/bits/chromeos.yml | |
| parent | b22a7ec30951c01f7f54f811b7f636987c86b0ca (diff) | |
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
Diffstat (limited to 'dashboard/config/linux/bits/chromeos.yml')
| -rw-r--r-- | dashboard/config/linux/bits/chromeos.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
