Skip to content

Commit d89af10

Browse files
committed
bazel-registry: perfetto@53.0.envoy
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 8b12827 commit d89af10

File tree

6 files changed

+65
-0
lines changed

6 files changed

+65
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module(
2+
name = "perfetto",
3+
version = "53.0.envoy",
4+
bazel_compatibility = [">=7.2.1"],
5+
compatibility_level = 1,
6+
)
7+
8+
bazel_dep(name = "rules_cc", version = "0.1.1")
9+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
10+
bazel_dep(name = "platforms", version = "0.0.10")
11+
bazel_dep(name = "protobuf", version = "28.3", repo_name = "com_google_protobuf")
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file is intentionally minimal. The perfetto repository already contains
2+
# comprehensive BUILD files. This overlay just ensures proper visibility for
3+
# external consumers.
4+
5+
package(default_visibility = ["//visibility:public"])
6+
7+
exports_files(["MODULE.bazel"])
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module(
2+
name = "perfetto",
3+
version = "53.0",
4+
bazel_compatibility = [">=7.2.1"],
5+
compatibility_level = 1,
6+
)
7+
8+
bazel_dep(name = "rules_cc", version = "0.1.1")
9+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
10+
bazel_dep(name = "platforms", version = "0.0.10")
11+
bazel_dep(name = "protobuf", version = "28.3", repo_name = "com_google_protobuf")
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
matrix:
2+
platform:
3+
- debian11
4+
- ubuntu2004
5+
- ubuntu2204
6+
- ubuntu2404
7+
bazel:
8+
- 8.x
9+
- 7.x
10+
tasks:
11+
verify_targets:
12+
name: Verify build targets
13+
platform: ${{ platform }}
14+
bazel: ${{ bazel }}
15+
build_targets:
16+
- '@perfetto//:perfetto'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "https://github.com/google/perfetto/archive/refs/tags/v53.0.tar.gz",
3+
"integrity": "sha256-slAj8ygRZaGn183p8+0t/PzgIv/XJ+d/ZYmVHgumr5o=",
4+
"strip_prefix": "perfetto-53.0",
5+
"overlay": {
6+
"BUILD.bazel": "sha256-pL5SKNc/cX8S54KSRdlQCP1wojW9nRUIwaOuPk3d7/w=",
7+
"MODULE.bazel": "sha256-9nv2E8FDYu++Setv8MaHXtmyus8baO9Zc4BS+LkENsE="
8+
}
9+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"homepage": "https://perfetto.dev/",
3+
"maintainers": [],
4+
"repository": [
5+
"github:google/perfetto"
6+
],
7+
"versions": [
8+
"53.0.envoy"
9+
],
10+
"yanked_versions": {}
11+
}

0 commit comments

Comments
 (0)