File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://github.com/bazelbuild/rules_fuzzing" ,
3+ "maintainers" : [
4+ {
5+ "email" : " 281483+stefanbucur@users.noreply.github.com" ,
6+ "github" : " stefanbucur" ,
7+ "name" : " Stefan Bucur"
8+ }
9+ ],
10+ "versions" : [],
11+ "yanked_versions" : {}
12+ }
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform : ["macos", "ubuntu2204"]
3+
4+ tasks :
5+ build_targets :
6+ name : " Build targets"
7+ platform : ${{ platform }}
8+ build_targets :
9+ - " @rules_fuzzing//fuzzing/..."
10+
11+ bcr_test_module :
12+ module_path : " examples/bzlmod"
13+ matrix :
14+ platform : ["macos", "ubuntu2204"]
15+ tasks :
16+ run_tests :
17+ name : " Run test module"
18+ platform : ${{ platform }}
19+ test_targets :
20+ - " //..."
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " " ,
3+ "strip_prefix" : " " ,
4+ "url" : " https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_fuzzing-{VERSION}.tar.gz"
5+ }
You can’t perform that action at this time.
0 commit comments