Skip to content

Commit

Permalink
oss-fuzz: remove patch for coverage_url (#188)
Browse files Browse the repository at this point in the history
This is now upstreamed.

Ref: google/oss-fuzz#7502
  • Loading branch information
DavidKorczynski committed Apr 4, 2022
1 parent f5fea9a commit 45d957f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions oss_fuzz_integration/oss-fuzz-patches.diff
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ index afaf860e..9cc474df 100644
+COPY post-processing /fuzz-introspector/post-processing

CMD ["compile"]
diff --git a/infra/base-images/base-builder/compile b/infra/base-images/base-builder/compile
index 372e89a8..be760cc3 100755
--- a/infra/base-images/base-builder/compile
+++ b/infra/base-images/base-builder/compile
@@ -217,7 +217,7 @@ if [ "$SANITIZER" = "introspector" ]; then

cd $SRC/inspector
python3 /fuzz-introspector/post-processing/main.py correlate --binaries_dir=$OUT/
- python3 /fuzz-introspector/post-processing/main.py report --target_dir=$SRC/inspector --coverage_url=$COVERAGE_URL --correlation_file=exe_to_fuzz_introspector_logs.yaml
+ python3 /fuzz-introspector/post-processing/main.py report --target_dir=$SRC/inspector --correlation_file=exe_to_fuzz_introspector_logs.yaml

cp -rf $SRC/inspector $OUT/inspector
fi
diff --git a/infra/base-images/base-clang/Dockerfile b/infra/base-images/base-clang/Dockerfile
index fec65ab1..dfe7826e 100644
--- a/infra/base-images/base-clang/Dockerfile
Expand Down

0 comments on commit 45d957f

Please sign in to comment.