aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fuzzit.sh
Commit message (Collapse)AuthorAgeFilesLines
* .github/workflows: remove fuzzit.devDmitry Vyukov2020-12-251-28/+0
| | | | | | | | | | | | | | All fuzzit.dev jobs become broken recently, see e.g.: https://github.com/google/syzkaller/pull/2351/checks?check_run_id=1601794199 ... {"status":"Status: Downloaded newer image for gcr.io/fuzzit-public/stretch-llvm8:64bdedf"} Downloading fuzzit cli/agent... Error: Process completed with exit code 1. https://github.com/fuzzitdev/fuzzit is archived now and the README says: "the standalone service will soon be deperecated". So I guess it's time to remove fuzzit.dev integration.
* tools: add script to check shebang lines (#2234)Mark Johnston2020-11-021-1/+1
| | | | | | | | | | | * pkg/vcs: remove obsolete test script Per Dmitry, this should have been removed as part of 8f58e4b ("pkg/bisect: switch to kconfig.Minimize"). * all: convert shebang lines to use /usr/bin/env * Makefile: fix non-portable use of find(1)
* go.mod: add go-fuzz-buildDmitry Vyukov2020-07-041-1/+4
| | | | | | | | Otherwise go-fuzz-build now fails with: + go-fuzz-build -libfuzzer -func FuzzDeserialize -o fuzzer.a ./prog/test -: cannot find package "." in: /syzkaller/gopath/src/github.com/google/syzkaller/vendor/github.com/dvyukov/go-fuzz/go-fuzz-dep
* .github/workflows: add CI workflowDmitry Vyukov2020-05-181-4/+2
| | | | | | | Switch from Travis to Github Actions for testing. This is faster and is better integrated with github. Update #1699
* organize top level filesDmitry Vyukov2020-05-021-0/+27
Remove .gitattributes, we don't have any of these files now. Move fuzzit.sh -> tools/fuzzit.sh.