aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2023-11-08 11:51:12 +0100
committerTaras Madan <tarasmadan@google.com>2023-11-09 12:38:04 +0000
commit6748f4552455321b7e0c002e997cbad175e585d0 (patch)
tree2032ee0a2ce0223c9a151a7d49e8d4f1a6f3684a /syz-ci
parentff3c31d694f29d3612f0abcbd5ed0aca1e70e214 (diff)
syz-ci/updater.go: goconst complains on gopath=
It contributes to #4317 unblocking.
Diffstat (limited to 'syz-ci')
-rw-r--r--syz-ci/updater.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-ci/updater.go b/syz-ci/updater.go
index 41d6d48f9..9bced556a 100644
--- a/syz-ci/updater.go
+++ b/syz-ci/updater.go
@@ -218,6 +218,7 @@ func (upd *SyzUpdater) pollAndBuild(lastCommit string) string {
return commit.Hash
}
+// nolint: goconst // "GOPATH=" looks good here, ignore
func (upd *SyzUpdater) build(commit *vcs.Commit) error {
// syzkaller testing may be slowed down by concurrent kernel builds too much
// and cause timeout failures, so we serialize it with other builds: