Skip to content

Commit

Permalink
Publish bazel-contrib/[email protected] (#936)
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 Sep 19, 2023
1 parent 253fae7 commit 05b3391
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 1 deletion.
8 changes: 8 additions & 0 deletions modules/bazel_features/1.1.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module(
name = "bazel_features",
version = "1.1.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,13 @@
Index: MODULE.bazel
===================================================================
--- MODULE.bazel
+++ MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "bazel_features",
- version = "0.0.0",
+ version = "1.1.0",
)

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

13 changes: 13 additions & 0 deletions modules/bazel_features/1.1.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.1.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-4hD6q1dkP7Z1Lwt/DRIJdqKZ1dqe0g4gEp7hE0o8/Hw=",
"strip_prefix": "bazel_features-1.1.0",
"url": "https://github.com/bazel-contrib/bazel_features/releases/download/v1.1.0/bazel_features-v1.1.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-o16WYfVZruIX5FGE8sATXKb9PLRpH26dbAVdbKPKVRk="
},
"patch_strip": 0
}
3 changes: 2 additions & 1 deletion modules/bazel_features/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"0.0.1",
"0.1.0",
"0.2.0",
"1.0.0"
"1.0.0",
"1.1.0"
],
"yanked_versions": {}
}

0 comments on commit 05b3391

Please sign in to comment.