Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
@bazel-io skip_check unstable_url
  • Loading branch information
hzeller authored Jan 2, 2025
1 parent a7714b3 commit 578f349
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/bant/0.1.11/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "bant",
version = "0.1.11",
compatibility_level = 0,
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "re2", version = "2024-07-02")

# Googletest and abseil-cpp are stuck at older version; as newer need
# at least bazel 7 but we want to be compatible with bazel 6 for now.
bazel_dep(name = "googletest", version = "1.14.0.bcr.1", dev_dependency = True)

bazel_dep(name = "abseil-cpp", version = "20240116.2")
12 changes: 12 additions & 0 deletions modules/bant/0.1.11/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
matrix:
platform: [ "debian11", "ubuntu2204", "macos", "macos_arm64" ]
bazel: [ "6.x", "7.x", "8.x" ]

tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags: [ "--cxxopt=-std=c++20", "--host_cxxopt=-std=c++20" ]
build_targets:
- "@bant//bant:bant"
5 changes: 5 additions & 0 deletions modules/bant/0.1.11/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-CrD05MhSGfdJh6R47kFU2Eo64rtTKeUbwzxyaZhSAtU=",
"strip_prefix": "bant-0.1.11",
"url": "https://github.com/hzeller/bant/archive/refs/tags/v0.1.11.tar.gz"
}
17 changes: 17 additions & 0 deletions modules/bant/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/hzeller/bant",
"maintainers": [
{
"email": "[email protected]",
"github": "hzeller",
"name": "Henner Zeller"
}
],
"repository": [
"github:hzeller/bant"
],
"versions": [
"0.1.11"
],
"yanked_versions": {}
}

0 comments on commit 578f349

Please sign in to comment.