Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-11-14 20:46:47 -08:00 committed by GitHub
parent 067c103b1a
commit f31b86f0b3
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ def libfuzzerBuild = fileLoader.fromGit('infra/libfuzzer-pipeline.groovy',
'https://github.com/google/oss-fuzz.git') 'https://github.com/google/oss-fuzz.git')
libfuzzerBuild { libfuzzerBuild {
git = "git://git.code.sf.net/p/expat/code_git", git = "git://git.code.sf.net/p/expat/code_git"
sanitizers = ["address", "undefined"] sanitizers = ["address", "undefined"]
} }