Skip to content

Commit 889cc58

Browse files
1 parent 33dde70 commit 889cc58

File tree

5 files changed

+56
-1
lines changed

5 files changed

+56
-1
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module(
2+
name = "bazel_features",
3+
version = "1.9.1",
4+
)
5+
6+
bazel_dep(name = "bazel_skylib", version = "1.5.0")
7+
8+
bazel_dep(
9+
name = "stardoc",
10+
version = "0.6.2",
11+
dev_dependency = True,
12+
repo_name = "io_bazel_stardoc",
13+
)
14+
15+
version = use_extension("//private:extensions.bzl", "version_extension")
16+
use_repo(version, "bazel_features_globals", "bazel_features_version")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,7 +1,7 @@
5+
module(
6+
name = "bazel_features",
7+
- version = "0.0.0",
8+
+ version = "1.9.1",
9+
)
10+
11+
bazel_dep(name = "bazel_skylib", version = "1.5.0")
12+
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
bcr_test_module:
2+
module_path: test/bcr_test
3+
matrix:
4+
platform:
5+
- centos7
6+
- debian10
7+
- ubuntu2004
8+
- macos
9+
- windows
10+
bazel: [6.x, 7.x]
11+
tasks:
12+
run_test_module:
13+
name: Run test module
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
test_targets:
17+
- "//..."
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-13h9oomn+0lzUiEa0gDsn2mIIqngdXpJdv2fcT/zcrM=",
3+
"strip_prefix": "bazel_features-1.9.1",
4+
"url": "https://github.com/bazel-contrib/bazel_features/releases/download/v1.9.1/bazel_features-v1.9.1.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-a2ofwS5r2Qq+WxzVa7sLbRXhfT3JoYxSlUVQH/nL454="
7+
},
8+
"patch_strip": 1
9+
}

modules/bazel_features/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"1.7.0",
3535
"1.7.1",
3636
"1.8.0",
37-
"1.9.0"
37+
"1.9.0",
38+
"1.9.1"
3839
],
3940
"yanked_versions": {
4041
"1.7.0": "Incorrect download URL"

0 commit comments

Comments
 (0)