mirror of https://github.com/google/oss-fuzz.git
[servo] Update for repo reorganization. (#4340)
This commit is contained in:
parent
77a94ceb8b
commit
250fa90859
|
@ -19,6 +19,6 @@ cd $SRC/html5ever/html5ever
|
|||
cargo fuzz build -O
|
||||
cp fuzz/target/x86_64-unknown-linux-gnu/release/fuzz_document_parse $OUT/
|
||||
|
||||
cd $SRC/rust-url
|
||||
cd $SRC/rust-url/url
|
||||
cargo fuzz build -O
|
||||
cp fuzz/target/x86_64-unknown-linux-gnu/release/parse $OUT/fuzz-url-parse
|
||||
|
|
Loading…
Reference in New Issue