File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 15
15
#
16
16
# ###############################################################################
17
17
18
- # external_renderer.go belongs to the main package and is located in the same directory
19
- # as the fuzz tests which belong to the fuzz package. This causes a build failure and
20
- # no fuzzers can be built.
21
- rm -f $SRC /gitea/tools/external_renderer.go
22
-
23
- compile_go_fuzzer code.gitea.io/gitea/tools FuzzMarkdownRenderRaw fuzz_markdown_render_raw gofuzz
24
- compile_go_fuzzer code.gitea.io/gitea/tools FuzzMarkupPostProcess fuzz_markup_post_process gofuzz
18
+ go get github.com/AdamKorcz/go-118-fuzz-build/testing
19
+ compile_native_go_fuzzer code.gitea.io/gitea/tests/fuzz FuzzMarkdownRenderRaw fuzz_markdown_render_raw gofuzz
20
+ compile_native_go_fuzzer code.gitea.io/gitea/tests/fuzz FuzzMarkupPostProcess fuzz_markup_post_process gofuzz
You can’t perform that action at this time.
0 commit comments