Skip to content

Commit

Permalink
bazel_features@1.9.1 (#1684)
Browse files Browse the repository at this point in the history
Release:
https://github.com/bazel-contrib/bazel_features/releases/tag/v1.9.1

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: Xùdōng Yáng <wyverald@gmail.com>
  • Loading branch information
publish-to-bcr-bot[bot] and Wyverald committed Mar 24, 2024
1 parent 33dde70 commit 889cc58
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 1 deletion.
16 changes: 16 additions & 0 deletions modules/bazel_features/1.9.1/MODULE.bazel
@@ -0,0 +1,16 @@
module(
name = "bazel_features",
version = "1.9.1",
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")

bazel_dep(
name = "stardoc",
version = "0.6.2",
dev_dependency = True,
repo_name = "io_bazel_stardoc",
)

version = use_extension("//private:extensions.bzl", "version_extension")
use_repo(version, "bazel_features_globals", "bazel_features_version")
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "bazel_features",
- version = "0.0.0",
+ version = "1.9.1",
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")

17 changes: 17 additions & 0 deletions modules/bazel_features/1.9.1/presubmit.yml
@@ -0,0 +1,17 @@
bcr_test_module:
module_path: test/bcr_test
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
bazel: [6.x, 7.x]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/bazel_features/1.9.1/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-13h9oomn+0lzUiEa0gDsn2mIIqngdXpJdv2fcT/zcrM=",
"strip_prefix": "bazel_features-1.9.1",
"url": "https://github.com/bazel-contrib/bazel_features/releases/download/v1.9.1/bazel_features-v1.9.1.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-a2ofwS5r2Qq+WxzVa7sLbRXhfT3JoYxSlUVQH/nL454="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/bazel_features/metadata.json
Expand Up @@ -34,7 +34,8 @@
"1.7.0",
"1.7.1",
"1.8.0",
"1.9.0"
"1.9.0",
"1.9.1"
],
"yanked_versions": {
"1.7.0": "Incorrect download URL"
Expand Down

0 comments on commit 889cc58

Please sign in to comment.