Skip to content

Commit

Permalink
bant: 0.1.11 -> 0.1.13 (#3643)
Browse files Browse the repository at this point in the history
hzeller authored Jan 23, 2025
1 parent 62a5c44 commit 17175c1
Showing 4 changed files with 33 additions and 1 deletion.
14 changes: 14 additions & 0 deletions modules/bant/0.1.13/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module(
name = "bant",
version = "0.1.13",
)

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.bcr.1")

# 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.13/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.13/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-+9Ex7HR2q1okQAHu+AdL7d93X4NS1va+1F4f/WAQn6k=",
"strip_prefix": "bant-v0.1.13",
"url": "https://github.com/hzeller/bant/releases/download/v0.1.13/bant-v0.1.13.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/bant/metadata.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,8 @@
"github:hzeller/bant"
],
"versions": [
"0.1.11"
"0.1.11",
"0.1.13"
],
"yanked_versions": {}
}

0 comments on commit 17175c1

Please sign in to comment.