mirror of https://github.com/google/oss-fuzz.git
add missing main_repo field for Mercurial (#6510)
This commit is contained in:
parent
388f848910
commit
5236ab21a3
|
@ -11,4 +11,5 @@ sanitizers:
|
|||
- undefined
|
||||
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
||||
# - memory
|
||||
coverage_extra_args: -ignore-filename-regex=.*/sanpy/.*
|
||||
coverage_extra_args: -ignore-filename-regex=.*/sanpy/.*
|
||||
main_repo: "https://www.mercurial-scm.org/repo/hg"
|
||||
|
|
Loading…
Reference in New Issue