aboutsummaryrefslogtreecommitdiff
path: root/projects/cel-cpp/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/cel-cpp/project.yaml')
-rw-r--r--projects/cel-cpp/project.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/cel-cpp/project.yaml b/projects/cel-cpp/project.yaml
index ad4bf90e3..14fb2f112 100644
--- a/projects/cel-cpp/project.yaml
+++ b/projects/cel-cpp/project.yaml
@@ -7,5 +7,6 @@ auto_ccs :
sanitizers:
- address
-- memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
main_repo: 'https://github.com/google/cel-cpp'