Skip to content

Commit

Permalink
Publish bazel-contrib/[email protected] (#1107)
Browse files Browse the repository at this point in the history
Co-authored-by: Xùdōng Yáng <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and Wyverald authored Nov 8, 2023
1 parent c9db8cc commit 4bb177a
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 1 deletion.
8 changes: 8 additions & 0 deletions modules/bazel_features/1.1.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module(
name = "bazel_features",
version = "1.1.1",
)

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

version = use_extension("//private:extensions.bzl", "version_extension")

13 changes: 13 additions & 0 deletions modules/bazel_features/1.1.1/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- "@bazel_features//test:tests"
9 changes: 9 additions & 0 deletions modules/bazel_features/1.1.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-YsJuQn5cvHUQJERpJ2IuOYqdzfMsZDJSOIFXCdEcEag=",
"strip_prefix": "bazel_features-1.1.1",
"url": "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.1/bazel_features-v1.1.1.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-+56MAEsc7bYN/Pzhn252ZQUxiRzZg9bynXj1qpsmCYs="
},
"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 @@ -24,7 +24,8 @@
"0.1.0",
"0.2.0",
"1.0.0",
"1.1.0"
"1.1.0",
"1.1.1"
],
"yanked_versions": {}
}

0 comments on commit 4bb177a

Please sign in to comment.