From 1fd901159188a5e0c2b3559ae7ec7deff7c4e7a2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 29 Nov 2020 10:40:36 +0100 Subject: pkg/mgrconfig: add prog&sys.targets targets to Config These are widely used with the config as the refactoring shows. This removes a bunch of unnecessary code. Also fixes a number of bugs where we confused Arch with VMArch. --- syz-ci/jobs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syz-ci') diff --git a/syz-ci/jobs.go b/syz-ci/jobs.go index 849e1b3f1..4980fb3ac 100644 --- a/syz-ci/jobs.go +++ b/syz-ci/jobs.go @@ -420,7 +420,7 @@ func (jp *JobProcessor) bisect(job *Job, mgrcfg *mgrconfig.Config) error { Syz: req.ReproSyz, C: req.ReproC, }, - Manager: *mgrcfg, + Manager: mgrcfg, } res, err := bisect.Run(cfg) -- cgit mrf-deployment