mirror of https://github.com/google/oss-fuzz.git
[firefox] Fix libFuzzer cloning process (#3896)
This commit is contained in:
parent
84c9e6b503
commit
ba8143b128
|
@ -45,6 +45,10 @@ export MOZCONFIG=$SRC/mozconfig.$SANITIZER
|
|||
export SHELL=/bin/bash
|
||||
./mach bootstrap --no-interactive --application-choice browser
|
||||
|
||||
# Skip patches for now
|
||||
rm tools/fuzzing/libfuzzer/patches/*.patch
|
||||
touch tools/fuzzing/libfuzzer/patches/dummy.patch
|
||||
|
||||
# Update internal libFuzzer.
|
||||
(cd tools/fuzzing/libfuzzer && ./clone_libfuzzer.sh HEAD)
|
||||
|
||||
|
|
Loading…
Reference in New Issue