diff options
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/base.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index 1f43036ce..c9cf71a1e 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -26,6 +26,9 @@ config: - EXPERT - DEBUG_KERNEL + # Continuous fuzzing is more important than breaking on warnings. + - WERROR: n + # panic=86400: prevents kernel from rebooting so that we don't get reboot output in all crash reports. # Huge page overcommit is disabled by default, allowing some overcommit # with vm.nr_overcommit_hugepages is intended to give more coverage. |
