summaryrefslogtreecommitdiff
path: root/abe-bisect.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-06-13 09:06:43 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-06-13 09:06:43 +0000
commit6df60e145f2db339efd752f4143457b307cd4614 (patch)
tree8aee75a40d488122f1df3f8d2749370d22a943df /abe-bisect.sh
parenteeea4687fc094fde51f428e9479488121351c59c (diff)
abe-bisect.sh: pull latest version of gcc master before bisecting.
Otherwise we may have an outdated checkout, and fail to find good and/or bad revisions. Change-Id: I29225515f314268280c2f0bdb178a814caf3592c
Diffstat (limited to 'abe-bisect.sh')
-rwxr-xr-xabe-bisect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/abe-bisect.sh b/abe-bisect.sh
index 9d5f9b6c..aed2f2eb 100755
--- a/abe-bisect.sh
+++ b/abe-bisect.sh
@@ -52,6 +52,7 @@ ${ABE}/abe.sh --target $TARGET gcc=gcc.git~master --checkout all
cd snapshots/gcc.git~master
+git pull # Workaround abe bug, where it can checkout an outdated version
git bisect reset
git reset --hard
git bisect start --no-checkout