Skip to content

Commit 104423c

Browse files
hzellerfilmil
authored andcommitted
bant: 0.1.14 -> 0.2.0 (bazelbuild#4037)
1 parent 7341f70 commit 104423c

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

modules/bant/0.2.0/MODULE.bazel

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module(
2+
name = "bant",
3+
version = "0.2.0",
4+
)
5+
6+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
7+
bazel_dep(name = "rules_license", version = "1.0.0")
8+
bazel_dep(name = "re2", version = "2024-07-02.bcr.1")
9+
10+
# Googletest and abseil-cpp are stuck at older version; as newer need
11+
# at least bazel 7 but we want to be compatible with bazel 6 for now.
12+
bazel_dep(name = "googletest", version = "1.14.0.bcr.1", dev_dependency = True)
13+
14+
bazel_dep(name = "abseil-cpp", version = "20240116.2")

modules/bant/0.2.0/presubmit.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
matrix:
2+
platform: [ "debian11", "ubuntu2204", "macos", "macos_arm64" ]
3+
bazel: [ "6.x", "7.x", "8.x" ]
4+
5+
tasks:
6+
verify_targets:
7+
name: Verify build targets
8+
platform: ${{ platform }}
9+
bazel: ${{ bazel }}
10+
build_flags: [ "--cxxopt=-std=c++20", "--host_cxxopt=-std=c++20" ]
11+
build_targets:
12+
- "@bant//bant:bant"

modules/bant/0.2.0/source.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-zFchPsAeuzjvYaM1OCNGqBksLQm4ldJNs2lJW8AsUB8=",
3+
"strip_prefix": "bant-v0.2.0",
4+
"url": "https://github.com/hzeller/bant/releases/download/v0.2.0/bant-v0.2.0.tar.gz"
5+
}

modules/bant/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"versions": [
1414
"0.1.11",
1515
"0.1.13",
16-
"0.1.14"
16+
"0.1.14",
17+
"0.2.0"
1718
],
1819
"yanked_versions": {}
1920
}

0 commit comments

Comments
 (0)