Skip to content

Commit 3cb88af

Browse files
authored
1 parent 831a94b commit 3cb88af

File tree

4 files changed

+65
-0
lines changed

4 files changed

+65
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
module(
2+
name = "prometheus-cpp",
3+
version = "1.2.4",
4+
repo_name = "com_github_jupp0r_prometheus_cpp",
5+
)
6+
7+
data_deps_ext = use_extension("//bazel:repositories.bzl", "data_deps_ext")
8+
use_repo(
9+
data_deps_ext,
10+
"civetweb",
11+
"com_github_curl",
12+
)
13+
14+
bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
15+
bazel_dep(name = "google_benchmark", version = "1.8.3", dev_dependency = True, repo_name = "com_github_google_benchmark")
16+
bazel_dep(name = "googletest", version = "1.12.1", dev_dependency = True, repo_name = "com_google_googletest")
17+
bazel_dep(name = "platforms", version = "0.0.8")
18+
bazel_dep(name = "rules_cc", version = "0.0.9")
19+
bazel_dep(name = "zlib", version = "1.3")
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 7.x
10+
- 6.x
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_targets:
17+
- '@prometheus-cpp//core'
18+
- '@prometheus-cpp//pull'
19+
- '@prometheus-cpp//push'
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"url": "https://github.com/jupp0r/prometheus-cpp/releases/download/v1.2.4/prometheus-cpp-with-submodules.tar.gz",
3+
"integrity": "sha256-DWhSKRBjw1hT6IgFxztS9zwMCLeMHnvE1Yj89ypxcus=",
4+
"strip_prefix": "prometheus-cpp-with-submodules"
5+
}

modules/prometheus-cpp/metadata.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"homepage": "https://github.com/jupp0r/prometheus-cpp",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "gjasny",
7+
"name": "Gregor Jasny"
8+
},
9+
{
10+
"email": "[email protected]",
11+
"github": "jupp0r",
12+
"name": "Jupp Mueller"
13+
}
14+
],
15+
"repository": [
16+
"github:jupp0r/prometheus-cpp"
17+
],
18+
"versions": [
19+
"1.2.4"
20+
],
21+
"yanked_versions": {}
22+
}

0 commit comments

Comments
 (0)