Skip to content

Commit 2bdb6f3

Browse files
committed
cleanup of x
1 parent 1f94499 commit 2bdb6f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+32
-1659
lines changed

x/MODULE.bazel

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ bazel_dep(name = "abseil-cpp", version = "20250512.1")
1212
bazel_dep(name = "aspect_bazel_lib", version = "2.20.0")
1313
bazel_dep(name = "bazel_skylib", version = "1.8.1")
1414
bazel_dep(name = "boringssl", version = "0.20250701.0")
15+
single_version_override(
16+
module_name = "boringssl",
17+
patch_strip = 1,
18+
patches = [
19+
"bazel/boringssl.patch",
20+
],
21+
)
1522
bazel_dep(name = "curl", version = "8.8.0.bcr.3")
1623
bazel_dep(name = "depend_on_what_you_use", version = "0.9.0")
1724
bazel_dep(name = "google_benchmark", version = "1.9.4")
@@ -22,13 +29,6 @@ bazel_dep(name = "gazelle", version = "0.44.0")
2229
bazel_dep(name = "stardoc", version = "0.8.0")
2330
bazel_dep(name = "rules_android", version = "0.6.5")
2431
bazel_dep(name = "grpc", version = "1.73.1")
25-
single_version_override(
26-
module_name = "grpc",
27-
patch_strip = 1,
28-
patches = [
29-
"bazel/grpc_no_absl_sync.patch",
30-
],
31-
)
3232
bazel_dep(name = "nlohmann_json", version = "3.12.0")
3333
bazel_dep(name = "platforms", version = "1.0.0")
3434
bazel_dep(name = "rules_cc", version = "0.1.3")
@@ -38,12 +38,12 @@ bazel_dep(name = "zlib", version = "1.3.1.bcr.6")
3838
bazel_dep(name = "opentracing-cpp", version = "1.6.0")
3939
bazel_dep(name = "rules_multitool", version = "1.7.0")
4040
bazel_dep(name = "protoc-gen-validate", version = "1.2.1.bcr.1")
41-
bazel_dep(name = "c-ares", version = "1.16.1")
41+
bazel_dep(name = "c-ares", version = "1.34.5")
4242
archive_override(
4343
module_name = "c-ares",
44-
urls=["https://github.com/malkia/c-ares/archive/0b0d375f08edfc73d2f37090e9325c5bd600c043.zip"],
45-
integrity = "sha256-BAWtdpkKHShUobytt64s4gqoCFZTuV/Jim2jlfAesnw=",
46-
strip_prefix="c-ares-0b0d375f08edfc73d2f37090e9325c5bd600c043"
44+
urls=["https://github.com/malkia/c-ares/archive/refs/tags/v1.34.5-bazel.tar.gz"],
45+
integrity = "sha256-QItVHP1adgblywbel9M7cgFSehKhzHO6CrVe8/ynEls=",
46+
strip_prefix="c-ares-1.34.5-bazel",
4747
)
4848
bazel_dep(name = "protobuf", version = "31.1")
4949
bazel_dep(name = "opentelemetry-proto", version = "1.7.0")
@@ -66,4 +66,3 @@ use_repo(
6666
#
6767
bazel_dep(name = "grpc-java", version = "1.71.0")
6868

69-
bazel_dep(name = "rules_cue", version = "0.13.2")

x/bazel/boringssl.patch

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
diff --git a/include/openssl/base.h b/include/openssl/base.h
2+
index 95cc15df1..2d5dbcb02 100644
3+
--- a/include/openssl/base.h
4+
+++ b/include/openssl/base.h
5+
@@ -414,10 +414,10 @@ typedef void *OPENSSL_BLOCK;
6+
7+
#if !defined(BORINGSSL_NO_CXX)
8+
9+
-extern "C++" {
10+
-
11+
#include <memory>
12+
13+
+extern "C++" {
14+
+
15+
// STLPort, used by some Android consumers, not have std::unique_ptr.
16+
#if defined(_STLPORT_VERSION)
17+
#define BORINGSSL_NO_CXX
18+

x/bazel/grpc_no_absl_sync.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

x/dashboards/config.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

x/dashboards/cue.mod/module.cue

Lines changed: 0 additions & 17 deletions
This file was deleted.

x/dashboards/cue/schemas/common/calculation.cue

Lines changed: 0 additions & 16 deletions
This file was deleted.

x/dashboards/cue/schemas/common/format.cue

Lines changed: 0 additions & 44 deletions
This file was deleted.

x/dashboards/cue/schemas/common/proxy/http.cue

Lines changed: 0 additions & 40 deletions
This file was deleted.

x/dashboards/cue/schemas/common/threshold.cue

Lines changed: 0 additions & 26 deletions
This file was deleted.

x/dashboards/cue/schemas/common/transform.cue

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)