mirror of https://github.com/google/oss-fuzz.git
Update new_library.md
This commit is contained in:
parent
4d324c438d
commit
8f58a5426a
|
@ -149,8 +149,7 @@ infrastructure. For expat, this is:
|
||||||
```groovy
|
```groovy
|
||||||
// load libFuzzer pipeline definition.
|
// load libFuzzer pipeline definition.
|
||||||
def libfuzzerBuild = fileLoader.fromGit('infra/libfuzzer-pipeline.groovy',
|
def libfuzzerBuild = fileLoader.fromGit('infra/libfuzzer-pipeline.groovy',
|
||||||
'https://github.com/google/oss-fuzz.git',
|
'https://github.com/google/oss-fuzz.git')
|
||||||
'master', null, '')
|
|
||||||
|
|
||||||
libfuzzerBuild {
|
libfuzzerBuild {
|
||||||
git = "git://git.code.sf.net/p/expat/code_git"
|
git = "git://git.code.sf.net/p/expat/code_git"
|
||||||
|
|
Loading…
Reference in New Issue