aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-07-05 19:44:57 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-07-05 19:44:57 +0200
commit1841d5a558064825ef784b14fd700e34fac5ccb2 (patch)
treecc2b4125018246cec32db9fb03f60d0f282dbfd3
parent1b780baf307461db282f6434f2a936f4ac90486d (diff)
syz-ci: don't rebuild syzkaller if commit has not changed
-rw-r--r--syz-ci/syzupdater.go2
1 files changed, 1 insertions, 1 deletions
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()