aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-06-04 12:55:41 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-06-24 09:57:34 +0000
commite16e2c9a4cb6937323e861b646792a6c4c978a3c (patch)
tree6c513e98e5f465b44a98546d8984485d2c128582 /syz-ci
parent90d67044dab68568e8f35bc14b68055dbd166eff (diff)
executor: add runner mode
Move all syz-fuzzer logic into syz-executor and remove syz-fuzzer. Also restore syz-runtest functionality in the manager. Update #4917 (sets most signal handlers to SIG_IGN)
Diffstat (limited to 'syz-ci')
-rw-r--r--syz-ci/updater.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/syz-ci/updater.go b/syz-ci/updater.go
index 1d45975a7..0eb901825 100644
--- a/syz-ci/updater.go
+++ b/syz-ci/updater.go
@@ -81,7 +81,6 @@ func NewSyzUpdater(cfg *Config) *SyzUpdater {
mgrcfg := mgr.managercfg
os, vmarch, arch := mgrcfg.TargetOS, mgrcfg.TargetVMArch, mgrcfg.TargetArch
targets[os+"/"+vmarch+"/"+arch] = true
- syzFiles[fmt.Sprintf("bin/%v_%v/syz-fuzzer", os, vmarch)] = true
syzFiles[fmt.Sprintf("bin/%v_%v/syz-execprog", os, vmarch)] = true
if mgrcfg.SysTarget.ExecutorBin == "" {
syzFiles[fmt.Sprintf("bin/%v_%v/syz-executor", os, arch)] = true