Skip to content

Commit 292a44f

Browse files
committed
fix x
1 parent 8ddcd83 commit 292a44f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

x/MODULE.bazel

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ bazel_dep(name = "rules_multitool", version = "1.0.0")
4545
bazel_dep(name = "c-ares", version = "1.16.1")
4646
archive_override(
4747
module_name = "c-ares",
48-
urls=["https://github.com/malkia/c-ares/archive/5ff026975caa04eb25e02b21976be5aace7da3c8.zip"],
49-
integrity = "sha256-nlYybA2PLmf6hzcaFxCoVQ0+QWOyw0NOii3pUr+AsbQ=",
50-
strip_prefix="c-ares-5ff026975caa04eb25e02b21976be5aace7da3c8"
48+
urls=["https://github.com/malkia/c-ares/archive/92a22155da5494d03d1304d9e0a504b9abef3fd8.zip"],
49+
integrity = "sha256-MwmcYlqIty1yerC76fvX2uW3xiZ2no85PMiZxtU/JaA=",
50+
strip_prefix="c-ares-92a22155da5494d03d1304d9e0a504b9abef3fd8"
5151
)
5252

5353
# ERROR: Q:/b/u/c56xnmzt/external/protobuf+/src/google/protobuf/BUILD.bazel:462:11: Compiling src/google/protobuf/any_lite.cc [for tool] failed: undeclared inclusion(s) in rule '@@protobuf+//src/google/protobuf:protobuf_lite':
@@ -64,9 +64,7 @@ archive_override(
6464
"bazel/opentelemetry-proto.patch",
6565
],
6666
strip_prefix = "opentelemetry-proto-1.4.0",
67-
urls = [
68-
"https://github.com/open-telemetry/opentelemetry-proto/archive/refs/tags/v1.4.0.tar.gz",
69-
]
67+
urls = ["https://github.com/open-telemetry/opentelemetry-proto/archive/refs/tags/v1.4.0.tar.gz"]
7068
)
7169

7270
bazel_dep(name = "prometheus-cpp", version = "1.3.0")

0 commit comments

Comments
 (0)