From 1841d5a558064825ef784b14fd700e34fac5ccb2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 5 Jul 2017 19:44:57 +0200 Subject: syz-ci: don't rebuild syzkaller if commit has not changed --- syz-ci/syzupdater.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syz-ci/syzupdater.go b/syz-ci/syzupdater.go index 16fc960e1..8b0dde1ba 100644 --- a/syz-ci/syzupdater.go +++ b/syz-ci/syzupdater.go @@ -102,7 +102,7 @@ func (upd *SyzUpdater) UpdateOnStart(shutdown chan struct{}) { } // No syzkaller build or executable is stale. - lastCommit := "" + lastCommit := exeTag for { lastCommit = upd.pollAndBuild(lastCommit) latestTag := upd.checkLatest() -- cgit mrf-deployment