From ef2f42b3b10af381d3d55cc901fde0729e54573b Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 4 Feb 2021 01:44:35 +0300 Subject: [PATCH] [selinux] build the project more often (#5105) It should help to prevent OSS-Fuzz from reporting bugs that have already been fixed. --- projects/selinux/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/selinux/project.yaml b/projects/selinux/project.yaml index 3633684a7..9b97863fc 100644 --- a/projects/selinux/project.yaml +++ b/projects/selinux/project.yaml @@ -1,6 +1,7 @@ homepage: "https://github.com/SELinuxProject/selinux" language: c primary_contact: "nicolas.iooss_ossfuzzselinux@m4x.org" +builds_per_day: 4 sanitizers: - address - undefined