Skip to content

Commit

Permalink
rules_multirun@0.9.0 (#1665)
Browse files Browse the repository at this point in the history
Release: https://github.com/keith/rules_multirun/releases/tag/0.9.0

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

Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
  • Loading branch information
publish-to-bcr-bot[bot] committed Mar 22, 2024
1 parent 4548dd1 commit 5958c06
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 1 deletion.
15 changes: 15 additions & 0 deletions modules/rules_multirun/0.9.0/MODULE.bazel
@@ -0,0 +1,15 @@
module(
name = "rules_multirun",
version = "0.9.0",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_python", version = "0.27.1")

bazel_dep(
name = "stardoc",
version = "0.6.2",
dev_dependency = True,
repo_name = "io_bazel_stardoc",
)
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "rules_multirun",
- version = "0",
+ version = "0.9.0",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
11 changes: 11 additions & 0 deletions modules/rules_multirun/0.9.0/presubmit.yml
@@ -0,0 +1,11 @@
matrix:
platform: ["macos", "ubuntu2004", "windows"]
bazel: ["6.x", "7.x", "rolling"]

tasks:
verify_targets:
name: "Verify build targets"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- '@rules_multirun//tests/...'
9 changes: 9 additions & 0 deletions modules/rules_multirun/0.9.0/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-DhJFZ/qFKHh07/M6eRw7vcxTQzKaVvqoKO9iQ4DUYHw=",
"strip_prefix": "",
"url": "https://github.com/keith/rules_multirun/releases/download/0.9.0/rules_multirun.0.9.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-TXZTom3++VxDkbxlgEc85OI7tV6p0Lcr246yGlzsrPQ="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_multirun/metadata.json
Expand Up @@ -17,7 +17,8 @@
"0.6.0",
"0.6.1",
"0.7.0",
"0.8.1"
"0.8.1",
"0.9.0"
],
"yanked_versions": {}
}

0 comments on commit 5958c06

Please sign in to comment.