File tree Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Original file line number Diff line number Diff line change
1
+ module (
2
+ name = "rules_cpan" ,
3
+ version = "1.1.0" ,
4
+ )
5
+
6
+ bazel_dep (name = "rules_perl" , version = "0.2.4" )
7
+ bazel_dep (name = "rules_python" , version = "0.34.0" )
Original file line number Diff line number Diff line change
1
+ ---
2
+ matrix :
3
+ platform : ["debian11", "macos", "ubuntu2204"]
4
+ bazel : [6.x, 7.x, 8.0.0rc2]
5
+ tasks :
6
+ verify_targets :
7
+ name : Verify build targets
8
+ platform : ${{ platform }}
9
+ bazel : ${{ bazel }}
10
+ build_targets : ['@rules_cpan//...']
11
+ bcr_test_module :
12
+ module_path : example
13
+ matrix :
14
+ platform : ["debian11", "macos", "ubuntu2204"]
15
+ bazel : [7.x, 8.0.0rc2]
16
+ tasks :
17
+ run_test_module :
18
+ name : Run test module
19
+ platform : ${{ platform }}
20
+ bazel : ${{ bazel }}
21
+ test_targets : [//...]
22
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "integrity" : " sha256-Q0DTeSmLXbawF1bY4aNGQkuVc5gIh4LGGEB1z2KUC0s=" ,
3
+ "strip_prefix" : " rules_cpan-1.1.0" ,
4
+ "url" : " https://github.com/lalten/rules_cpan/releases/download/v1.1.0/rules_cpan-1.1.0.tar.gz"
5
+ }
Original file line number Diff line number Diff line change 11
11
" github:lalten/rules_cpan"
12
12
],
13
13
"versions" : [
14
- " 1.0.0"
14
+ " 1.0.0" ,
15
+ " 1.1.0"
15
16
],
16
17
"yanked_versions" : {}
17
18
}
You can’t perform that action at this time.
0 commit comments