Skip to content

Commit 27854bc

Browse files
authored
bump rules_s5 (#6570)
Update rules_s5
1 parent 813b31a commit 27854bc

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module(
2+
name = "rules_s5",
3+
version = "0.0.13",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "bazel_skylib", version = "1.8.2")
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
matrix:
2+
platform:
3+
- ubuntu2004
4+
- ubuntu2004_arm64
5+
- macos
6+
- macos_arm64
7+
bazel:
8+
- 7.x
9+
- 8.x
10+
tasks:
11+
verify_targets:
12+
name: Verify build targets
13+
platform: ${{ platform }}
14+
bazel: ${{ bazel }}
15+
build_targets:
16+
- '@rules_s5//...'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-KUElzjTWENL/j5O00U+2o0+RXj2mpOnqRpL3TdsKTvA=",
3+
"strip_prefix": "rules_s5-0.0.13",
4+
"url": "https://github.com/Ryang20718/rules_s5/releases/download/v0.0.13/rules_s5-0.0.13.tar.gz"
5+
}

modules/rules_s5/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"versions": [
1515
"0.0.9",
1616
"0.0.11",
17-
"0.0.12"
17+
"0.0.12",
18+
"0.0.13"
1819
],
1920
"yanked_versions": {}
2021
}

0 commit comments

Comments
 (0)