Skip to content

Commit

Permalink
Publish dzbarsky/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] committed Jul 9, 2024
1 parent de916b5 commit 44a02e4
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 1 deletion.
11 changes: 11 additions & 0 deletions modules/rules_itest/0.0.17/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module(
name = "rules_itest",
version = "0.0.17",
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.42.0")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "rules_go", version = "0.44.0")

bazel_dep(name = "gazelle", version = "0.34.0", dev_dependency = True)
12 changes: 12 additions & 0 deletions modules/rules_itest/0.0.17/patches/module_dot_bazel_version.patch
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_itest",
- version = "0.0.1",
+ version = "0.0.17",
compatibility_level = 1,
)

bazel_dep(name = "aspect_bazel_lib", version = "1.42.0")
12 changes: 12 additions & 0 deletions modules/rules_itest/0.0.17/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bcr_test_module:
module_path: "tests"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: [6.x, 7.x, rolling]
tasks:
run_tests:
name: "Run tests"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/rules_itest/0.0.17/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-bCBURa2kifCfkaydgFvlej+eq92Ee7HAdxZUdzgRndI=",
"strip_prefix": "rules_itest-0.0.17",
"url": "https://github.com/dzbarsky/rules_itest/releases/download/v0.0.17/rules_itest-v0.0.17.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-X6wLbaOCIfH288poEsZyWrqEZdcBD7y8j1+EWvmkwRc="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_itest/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"0.0.9",
"0.0.13",
"0.0.14",
"0.0.15"
"0.0.15",
"0.0.17"
],
"yanked_versions": {}
}

0 comments on commit 44a02e4

Please sign in to comment.