From 6f180bb8a3ab228d34b1399a8159467ae2abdc5d Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 10 Aug 2020 16:57:17 +0200 Subject: [PATCH] [uwebsockets] Increase builds per day, file msan issues (#4290) --- projects/uwebsockets/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/uwebsockets/project.yaml b/projects/uwebsockets/project.yaml index be5ec65f5..1e42d2024 100644 --- a/projects/uwebsockets/project.yaml +++ b/projects/uwebsockets/project.yaml @@ -1,8 +1,8 @@ homepage: "https://github.com/uNetworking/uWebSockets" language: c++ primary_contact: "alexhultman@gmail.com" +builds_per_day: 4 sanitizers: - address - - memory: - experimental: True + - memory - undefined