mirror of https://github.com/google/oss-fuzz.git
[grpc-gateway] Fix coverage build (#5545)
This commit is contained in:
parent
e244631b16
commit
a87a6d546b
|
@ -17,7 +17,8 @@
|
|||
|
||||
if [ "$SANITIZER" = "coverage" ]
|
||||
then
|
||||
compile_go_fuzzer github.com/grpc-ecosystem/grpc-gateway/internal/httprule Fuzz fuzz gofuzz
|
||||
go get github.com/grpc-ecosystem/grpc-gateway/...
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue