Skip to content

Commit 39bbe39

Browse files
committed
bazel-registry: Add tcmalloc@0.0.0-20241022-5da4a88.envoy
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent e37e774 commit 39bbe39

File tree

5 files changed

+67
-0
lines changed

5 files changed

+67
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module(
2+
name = "tcmalloc",
3+
version = "0.0.0-20241022-5da4a88.envoy",
4+
compatibility_level = 0,
5+
repo_name = "com_google_tcmalloc",
6+
)
7+
8+
bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")
9+
bazel_dep(name = "google_benchmark", version = "1.8.5", repo_name = "com_github_google_benchmark")
10+
bazel_dep(name = "googletest", version = "1.15.2", repo_name = "com_google_googletest")
11+
bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf")
12+
bazel_dep(name = "rules_cc", version = "0.2.14")
13+
bazel_dep(name = "rules_fuzzing", version = "0.5.2")
14+
bazel_dep(name = "rules_proto", version = "7.1.0")
15+
bazel_dep(name = "platforms", version = "1.0.0")
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
--- MODULE.bazel
2+
+++ MODULE.bazel
3+
@@ -0,0 +1,17 @@
4+
+module(
5+
+ name = "tcmalloc",
6+
+ version = "0.0.0-20241022-5da4a88.envoy",
7+
+ compatibility_level = 0,
8+
+ repo_name = "com_google_tcmalloc",
9+
+)
10+
+
11+
+bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")
12+
+bazel_dep(name = "google_benchmark", version = "1.8.5", repo_name = "com_github_google_benchmark")
13+
+bazel_dep(name = "googletest", version = "1.15.2", repo_name = "com_google_googletest")
14+
+bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf")
15+
+bazel_dep(name = "rules_cc", version = "0.2.14")
16+
+bazel_dep(name = "rules_fuzzing", version = "0.5.2")
17+
+bazel_dep(name = "rules_proto", version = "7.1.0")
18+
+bazel_dep(name = "platforms", version = "1.0.0")
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
tasks:
8+
verify_targets:
9+
name: Verify build targets
10+
platform: ${{ platform }}
11+
build_targets:
12+
- '@tcmalloc//tcmalloc'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-/ZLWTYMC8Wd1cP3/hE6BUsMU5Vmmx4jGv8OESVTQ2r0=",
3+
"strip_prefix": "tcmalloc-5da4a882003102fba0c0c0e8f6372567057332eb",
4+
"url": "https://github.com/google/tcmalloc/archive/5da4a882003102fba0c0c0e8f6372567057332eb.tar.gz"
5+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"homepage": "https://github.com/google/tcmalloc",
3+
"maintainers": [
4+
{
5+
"email": "maintainers@envoyproxy.io",
6+
"github": "envoyproxy",
7+
"name": "Envoy Proxy Maintainers"
8+
}
9+
],
10+
"repository": [
11+
"github:google/tcmalloc"
12+
],
13+
"versions": [
14+
"0.0.0-20241022-5da4a88.envoy"
15+
],
16+
"yanked_versions": {}
17+
}

0 commit comments

Comments
 (0)