Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release: https://github.com/keith/rules_multirun/releases/tag/0.10.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] authored Nov 26, 2024
1 parent 88070b5 commit ab98abd
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.10.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "rules_multirun",
version = "0.10.0",
compatibility_level = 1,
)

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

bazel_dep(
name = "stardoc",
version = "0.7.1",
dev_dependency = True,
repo_name = "io_bazel_stardoc",
)
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 = "rules_multirun",
- version = "0",
+ version = "0.10.0",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.2")
11 changes: 11 additions & 0 deletions modules/rules_multirun/0.10.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -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.10.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-m028LZH7E12Iiq1sNYKhMEGoqJwe/NWVbMFI8qIU+Vg=",
"strip_prefix": "",
"url": "https://github.com/keith/rules_multirun/releases/download/0.10.0/rules_multirun.0.10.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-EpJ2SdjQd6RSXhNGDnWuLrpQLB7u9dd3ObDgYTCNwZE="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_multirun/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"0.6.1",
"0.7.0",
"0.8.1",
"0.9.0"
"0.9.0",
"0.10.0"
],
"yanked_versions": {}
}

0 comments on commit ab98abd

Please sign in to comment.