Skip to content

Commit

Permalink
Add prometheus-cpp 1.3.0 (#3179)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Nov 15, 2024
1 parent a175a5f commit 9960578
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
15 changes: 15 additions & 0 deletions modules/prometheus-cpp/1.3.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "prometheus-cpp",
version = "1.3.0",
repo_name = "com_github_jupp0r_prometheus_cpp",
)

bazel_dep(name = "boringssl", version = "0.0.0-20240530-2db0eb3")
bazel_dep(name = "civetweb", version = "1.16")
bazel_dep(name = "curl", version = "8.7.1", repo_name = "com_github_curl")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "zlib", version = "1.3.1")

bazel_dep(name = "google_benchmark", version = "1.8.3", dev_dependency = True, repo_name = "com_github_google_benchmark")
bazel_dep(name = "googletest", version = "1.12.1", dev_dependency = True, repo_name = "com_google_googletest")
19 changes: 19 additions & 0 deletions modules/prometheus-cpp/1.3.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@prometheus-cpp//core'
- '@prometheus-cpp//pull'
- '@prometheus-cpp//push'
5 changes: 5 additions & 0 deletions modules/prometheus-cpp/1.3.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/jupp0r/prometheus-cpp/releases/download/v1.3.0/prometheus-cpp-with-submodules.tar.gz",
"integrity": "sha256-YrwsyXctsjFNuq5QauKnXI7ol9qwU9hynoamN7AY/bY=",
"strip_prefix": "prometheus-cpp-with-submodules"
}
3 changes: 2 additions & 1 deletion modules/prometheus-cpp/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"github:jupp0r/prometheus-cpp"
],
"versions": [
"1.2.4"
"1.2.4",
"1.3.0"
],
"yanked_versions": {}
}

0 comments on commit 9960578

Please sign in to comment.