mirror of
https://github.com/grpc/grpc.git
synced 2026-01-24 10:53:30 +08:00
Probably broke distribtests. https://btx.cloud.google.com/invocations/f4395f89-f592-4ada-9149-a0c0b5befff3/targets/%2F%2Ftools%2Fbazelify_tests%2Ftest:bazel_distribtest_7.4.1_buildtest;config=815e4ca9071c7e1d8ca72b9c87c1347399a51eb1246eb9c49dd54d9a24ef5cba/log <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes #40977 PiperOrigin-RevId: 825866763
53 lines
2.1 KiB
Plaintext
53 lines
2.1 KiB
Plaintext
[submodule "third_party/abseil-cpp"]
|
|
path = third_party/abseil-cpp
|
|
url = https://github.com/abseil/abseil-cpp.git
|
|
[submodule "third_party/benchmark"]
|
|
path = third_party/benchmark
|
|
url = https://github.com/google/benchmark
|
|
[submodule "third_party/bloaty"]
|
|
path = third_party/bloaty
|
|
url = https://github.com/google/bloaty.git
|
|
[submodule "third_party/boringssl-with-bazel"]
|
|
path = third_party/boringssl-with-bazel
|
|
url = https://github.com/google/boringssl.git
|
|
[submodule "third_party/cares/cares"]
|
|
path = third_party/cares/cares
|
|
url = https://github.com/c-ares/c-ares.git
|
|
[submodule "third_party/envoy-api"]
|
|
path = third_party/envoy-api
|
|
url = https://github.com/envoyproxy/data-plane-api.git
|
|
[submodule "third_party/googleapis"]
|
|
path = third_party/googleapis
|
|
url = https://github.com/googleapis/googleapis.git
|
|
[submodule "third_party/googletest"]
|
|
path = third_party/googletest
|
|
url = https://github.com/google/googletest.git
|
|
[submodule "third_party/opencensus-proto"]
|
|
path = third_party/opencensus-proto
|
|
url = https://github.com/census-instrumentation/opencensus-proto.git
|
|
[submodule "third_party/opentelemetry"]
|
|
path = third_party/opentelemetry
|
|
url = https://github.com/open-telemetry/opentelemetry-proto.git
|
|
[submodule "third_party/protobuf"]
|
|
path = third_party/protobuf
|
|
url = https://github.com/protocolbuffers/protobuf.git
|
|
[submodule "third_party/protoc-gen-validate"]
|
|
path = third_party/protoc-gen-validate
|
|
url = https://github.com/envoyproxy/protoc-gen-validate.git
|
|
[submodule "third_party/re2"]
|
|
path = third_party/re2
|
|
url = https://github.com/google/re2.git
|
|
[submodule "third_party/xds"]
|
|
path = third_party/xds
|
|
url = https://github.com/cncf/xds.git
|
|
[submodule "third_party/zlib"]
|
|
path = third_party/zlib
|
|
url = https://github.com/madler/zlib
|
|
# When using CMake to build, the zlib submodule ends up with a
|
|
# generated file that makes Git consider the submodule dirty. This
|
|
# state can be ignored for day-to-day development on gRPC.
|
|
ignore = dirty
|
|
[submodule "third_party/opentelemetry-cpp"]
|
|
path = third_party/opentelemetry-cpp
|
|
url = https://github.com/open-telemetry/opentelemetry-cpp
|