From aa19a4aa89e8e706b60928abfd2501f5f4a99a07 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 27 Jun 2024 21:44:29 -0700 Subject: [PATCH] x --- tools/run_tests/sanity/check_bad_dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/run_tests/sanity/check_bad_dependencies.sh b/tools/run_tests/sanity/check_bad_dependencies.sh index a105ffc056f..68ef2d6cd85 100755 --- a/tools/run_tests/sanity/check_bad_dependencies.sh +++ b/tools/run_tests/sanity/check_bad_dependencies.sh @@ -21,7 +21,6 @@ set -ex test "$(bazel query 'somepath("//:grpc_unsecure", "//third_party:libssl")' 2>/dev/null | wc -l)" -eq 0 || exit 1 test "$(bazel query 'somepath("//:grpc++_unsecure", "//third_party:libssl")' 2>/dev/null | wc -l)" -eq 0 || exit 1 test "$(bazel query 'somepath("//:grpc++_codegen_proto", "//third_party:libssl")' 2>/dev/null | wc -l)" -eq 0 || exit 1 -test "$(bazel query 'somepath("//test/cpp/microbenchmarks:helpers", "//third_party:libssl")' 2>/dev/null | wc -l)" -eq 0 || exit 1 # Make sure that core doesn't depend on anything in C++ library