mirror of https://github.com/google/oss-fuzz.git
grpc-gateway: refactor (#7888)
This commit is contained in:
parent
957f547299
commit
345072e521
|
@ -15,10 +15,4 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
if [ "$SANITIZER" = "coverage" ]
|
||||
then
|
||||
git clone https://github.com/grpc-ecosystem/grpc-gateway.git
|
||||
compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule Fuzz fuzz gofuzz
|
||||
else
|
||||
compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule Fuzz fuzz gofuzz
|
||||
fi
|
||||
compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule Fuzz fuzz gofuzz
|
||||
|
|
Loading…
Reference in New Issue