Skip to content

Commit 816bda9

Browse files
Publish keith/[email protected]
1 parent 4548dd1 commit 816bda9

File tree

5 files changed

+49
-1
lines changed

5 files changed

+49
-1
lines changed

Diff for: modules/rules_multirun/0.9.0/MODULE.bazel

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module(
2+
name = "rules_multirun",
3+
version = "0.9.0",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "bazel_skylib", version = "1.4.2")
8+
bazel_dep(name = "rules_python", version = "0.27.1")
9+
10+
bazel_dep(
11+
name = "stardoc",
12+
version = "0.6.2",
13+
dev_dependency = True,
14+
repo_name = "io_bazel_stardoc",
15+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,7 +1,7 @@
5+
module(
6+
name = "rules_multirun",
7+
- version = "0",
8+
+ version = "0.9.0",
9+
compatibility_level = 1,
10+
)
11+
12+
bazel_dep(name = "bazel_skylib", version = "1.4.2")

Diff for: modules/rules_multirun/0.9.0/presubmit.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
matrix:
2+
platform: ["macos", "ubuntu2004", "windows"]
3+
bazel: ["6.x", "7.x", "rolling"]
4+
5+
tasks:
6+
verify_targets:
7+
name: "Verify build targets"
8+
platform: ${{ platform }}
9+
bazel: ${{ bazel }}
10+
test_targets:
11+
- '@rules_multirun//tests/...'

Diff for: modules/rules_multirun/0.9.0/source.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-DhJFZ/qFKHh07/M6eRw7vcxTQzKaVvqoKO9iQ4DUYHw=",
3+
"strip_prefix": "",
4+
"url": "https://github.com/keith/rules_multirun/releases/download/0.9.0/rules_multirun.0.9.0.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-TXZTom3++VxDkbxlgEc85OI7tV6p0Lcr246yGlzsrPQ="
7+
},
8+
"patch_strip": 1
9+
}

Diff for: modules/rules_multirun/metadata.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"0.6.0",
1818
"0.6.1",
1919
"0.7.0",
20-
"0.8.1"
20+
"0.8.1",
21+
"0.9.0"
2122
],
2223
"yanked_versions": {}
2324
}

0 commit comments

Comments
 (0)