File tree Expand file tree Collapse file tree 4 files changed +30
-1
lines changed
Expand file tree Collapse file tree 4 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 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" )
Original file line number Diff line number Diff line change 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//...'
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments