mirror of https://github.com/google/oss-fuzz.git
Update Jenkinsfile
This commit is contained in:
parent
067c103b1a
commit
f31b86f0b3
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue