Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] and meteorcloudy authored Jan 30, 2025
1 parent 259b9fe commit a7e9788
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 1 deletion.
13 changes: 13 additions & 0 deletions modules/rules_shell/0.4.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module(
name = "rules_shell",
version = "0.4.0",
)

bazel_dep(name = "bazel_features", version = "1.18.0")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "platforms", version = "0.0.10")

sh_configure = use_extension("//shell/private/extensions:sh_configure.bzl", "sh_configure")
use_repo(sh_configure, "local_config_shell")

register_toolchains("@local_config_shell//:all")
12 changes: 12 additions & 0 deletions modules/rules_shell/0.4.0/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_shell",
- version = "0.0.0",
+ version = "0.4.0",
)

bazel_dep(name = "bazel_features", version = "1.18.0")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
17 changes: 17 additions & 0 deletions modules/rules_shell/0.4.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
bcr_test_module:
module_path: tests/bcr
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
- windows
bazel: [6.x, 7.x]
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/rules_shell/0.4.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-PhFEJKXH5P1D4BM8xuzf5U5Fror/oU+t2DnymQFCQEM=",
"strip_prefix": "rules_shell-0.4.0",
"url": "https://github.com/bazelbuild/rules_shell/releases/download/v0.4.0/rules_shell-v0.4.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-C6DkPD5FdFgcTd18YCySVfM+oe0PTJw/iP/LOce0Oi4="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/rules_shell/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"0.1.1",
"0.1.2",
"0.2.0",
"0.3.0"
"0.3.0",
"0.4.0"
],
"yanked_versions": {}
}

0 comments on commit a7e9788

Please sign in to comment.