[firefox] Fix libFuzzer cloning process (#3896)

This commit is contained in:
Christian Holler (:decoder) 2020-05-28 17:37:05 +02:00 committed by GitHub
parent 84c9e6b503
commit ba8143b128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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)