Skip to content

Commit fcd57cf

Browse files
authored
1 parent b15d1e3 commit fcd57cf

File tree

5 files changed

+59
-0
lines changed

5 files changed

+59
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module(
2+
name = "rules_shar",
3+
version = "0.1.0",
4+
)
5+
6+
bazel_dep(name = "rules_shell", version = "0.6.1")
7+
bazel_dep(name = "rules_pkg", version = "1.1.0")
8+
Lines changed: 12 additions & 0 deletions
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_shar",
7+
- version = "0.0.0",
8+
+ version = "0.1.0",
9+
)
10+
11+
bazel_dep(name = "rules_shell", version = "0.6.1")
12+
bazel_dep(name = "rules_pkg", version = "1.1.0")
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bcr_test_module:
2+
module_path: "integration"
3+
matrix:
4+
platform: ["ubuntu2204"]
5+
bazel: [8.x]
6+
tasks:
7+
run_tests:
8+
name: "Run test module"
9+
platform: ${{ platform }}
10+
bazel: ${{ bazel }}
11+
test_targets:
12+
- "//..."
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-81WRyJbjU5AMH5nFLZM+IkAHp6ZH9Ix4OzlKJPeTNWU=",
3+
"strip_prefix": "",
4+
"url": "https://github.com/filmil/rules_shar/releases/download/v0.1.0/rules_shar-v0.1.0.zip",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-txejIux0y//Liav0fwuhqvjMDXMOuRNY9twKgBiHf78="
7+
},
8+
"patch_strip": 1
9+
}

modules/rules_shar/metadata.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"homepage": "https://github.com/filmil/rules_shar",
3+
"maintainers": [
4+
{
5+
"name": "Filip Filmar",
6+
"email": "[email protected]",
7+
"github": "filmil",
8+
"github_user_id": 246576
9+
}
10+
],
11+
"repository": [
12+
"github:filmil/rules_shar"
13+
],
14+
"versions": [
15+
"0.1.0"
16+
],
17+
"yanked_versions": {}
18+
}

0 commit comments

Comments
 (0)