Skip to content

Commit

Permalink
Publish bazel-contrib/[email protected] (#1339)
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 Jan 18, 2024
1 parent f925d82 commit d91b391
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.3.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module(
name = "bazel_features",
version = "1.3.0",
)

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

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

13 changes: 13 additions & 0 deletions modules/bazel_features/1.3.0/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.3.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-UxgqaPFyoq9K03BR+CIB4iK8GfekCCW4d9o/9MkiueA=",
"strip_prefix": "bazel_features-1.3.0",
"url": "https://github.com/bazel-contrib/bazel_features/releases/download/v1.3.0/bazel_features-v1.3.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-X7l0sL8EiVC1HcPyMCLA+y1hPqEIRRRP8S/Eh6YuRI4="
},
"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 @@ -26,7 +26,8 @@
"1.0.0",
"1.1.0",
"1.1.1",
"1.2.0"
"1.2.0",
"1.3.0"
],
"yanked_versions": {}
}

0 comments on commit d91b391

Please sign in to comment.