Skip to content

Commit

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

Author: @Wyverald

fyi: @meteorcloudy, @fmeum

_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 4, 2024
1 parent 992c55c commit 205da68
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.8.0/MODULE.bazel
@@ -0,0 +1,16 @@
module(
name = "bazel_features",
version = "1.8.0",
)

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.8.0",
)

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

17 changes: 17 additions & 0 deletions modules/bazel_features/1.8.0/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.8.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-cNNV1eNMP+RT9VVtbA8C/+0OssfOTI7gFtlNZUvGoBQ=",
"strip_prefix": "bazel_features-1.8.0",
"url": "https://github.com/bazel-contrib/bazel_features/releases/download/v1.8.0/bazel_features-v1.8.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-fkf96bQXeULHnQfMl/x+O1XtW0KHVJg6N0RFoznXhJw="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/bazel_features/metadata.json
Expand Up @@ -32,7 +32,8 @@
"1.5.0",
"1.6.0",
"1.7.0",
"1.7.1"
"1.7.1",
"1.8.0"
],
"yanked_versions": {
"1.7.0": "Incorrect download URL"
Expand Down

0 comments on commit 205da68

Please sign in to comment.