aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/uwebsockets
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-24 15:24:47 -0700
committerGravatar GitHub <noreply@github.com>2021-08-24 15:24:47 -0700
commit806d1a06206a5f6d81d5f1dc4949682dbcee30ad (patch)
tree675121ee785c3be604ea51644af0817e0b1f78fd /projects/uwebsockets
parentbf1275f0058ed88d916db0863d658a9d09665674 (diff)
[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)
These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
Diffstat (limited to 'projects/uwebsockets')
-rw-r--r--projects/uwebsockets/project.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/uwebsockets/project.yaml b/projects/uwebsockets/project.yaml
index e46ea9a2..47536fa4 100644
--- a/projects/uwebsockets/project.yaml
+++ b/projects/uwebsockets/project.yaml
@@ -4,6 +4,7 @@ primary_contact: "alexhultman@gmail.com"
builds_per_day: 4
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- undefined
-main_repo: 'https://github.com/uNetworking/uWebSockets.git'
+main_repo: 'https://github.com/uNetworking/uWebSockets.git' \ No newline at end of file