Remove libfuzzer / afl based builds in favor of go 1.18 fuzz testing (#10065)

* Remove libfuzzer / afl based builds in favor of go 1.18 fuzz testing

* rm beacon-fuzz archive

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Preston Van Loon
2022-01-19 22:51:02 -06:00
committed by GitHub
parent 49c73e65a1
commit 7df01feb58
71 changed files with 25 additions and 12292 deletions

View File

@@ -144,15 +144,6 @@ common_files = {
"//:README.md": "README.md",
}
string_setting(
name = "gotags",
build_setting_default = "",
values = [
"",
"libfuzzer",
],
)
sh_binary(
name = "prysm_sh",
srcs = ["prysm.sh"],