aboutsummaryrefslogtreecommitdiff
path: root/projects/mercurial
diff options
context:
space:
mode:
authorAugie Fackler <raf@durin42.com>2018-12-04 22:00:50 -0500
committerMax Moroz <dor3s1@gmail.com>2018-12-04 19:00:50 -0800
commit5bfd213d45df002dfe8397597e13375bb1a9ae2c (patch)
treee32d00f199edc02c1b4dd9d0164dd1fe2372d708 /projects/mercurial
parente81cbb9eda3265f60c35fb452ae6669fbfd1884b (diff)
downloadoss-fuzz-5bfd213d45df002dfe8397597e13375bb1a9ae2c.tar.gz
[mercurial] re-enable msan builds (#2000)
This has to land after https://phab.mercurial-scm.org/D5362 and https://phab.mercurial-scm.org/D5363 land in https://mercurial-scm.org/hg otherwise the build will be broken for a while.
Diffstat (limited to 'projects/mercurial')
-rw-r--r--projects/mercurial/project.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/projects/mercurial/project.yaml b/projects/mercurial/project.yaml
index ed0e521fe..e000719b0 100644
--- a/projects/mercurial/project.yaml
+++ b/projects/mercurial/project.yaml
@@ -8,6 +8,4 @@ auto_ccs:
sanitizers:
- address
- undefined
- # TODO: re-enable memory when we figure out how to work with cpython
- # and msan at the same time.
- # - memory
+ - memory