Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release:
https://github.com/bazel-contrib/bazel_features/releases/tag/v1.23.0

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

---------

Co-authored-by: Xùdōng Yáng <[email protected]>
Co-authored-by: Fabian Meumertzheim <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent ee285cf commit 01c4f1d
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.23.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module(
name = "bazel_features",
version = "1.23.0",
)

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

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")
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "bazel_features",
- version = "0.0.0",
+ version = "1.23.0",
)

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

17 changes: 17 additions & 0 deletions modules/bazel_features/1.23.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
bcr_test_module:
module_path: test/bcr_test
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
bazel: [6.x, 7.x, 8.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.23.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-ixybdVhJgAD1reu8WEt78VtrK/GBRIpm9rL8W0yEIxw=",
"strip_prefix": "bazel_features-1.23.0",
"url": "https://github.com/bazel-contrib/bazel_features/releases/download/v1.23.0/bazel_features-v1.23.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-1kHZNXHlaenSup1dCo6TYiVXZHZvbBDW75BSKGv7rKQ="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/bazel_features/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"1.19.0",
"1.20.0",
"1.21.0",
"1.22.0"
"1.22.0",
"1.23.0"
],
"yanked_versions": {
"1.7.0": "Incorrect download URL"
Expand Down

0 comments on commit 01c4f1d

Please sign in to comment.