diff --git a/projects/grpc-gateway/build.sh b/projects/grpc-gateway/build.sh index b084b408a..6f4e26666 100755 --- a/projects/grpc-gateway/build.sh +++ b/projects/grpc-gateway/build.sh @@ -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