From 345072e521b3351794a5d1349484a5c4040f2ae0 Mon Sep 17 00:00:00 2001 From: AdamKorcz <44787359+AdamKorcz@users.noreply.github.com> Date: Fri, 17 Jun 2022 17:22:05 +0200 Subject: [PATCH] grpc-gateway: refactor (#7888) --- projects/grpc-gateway/build.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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