summaryrefslogtreecommitdiff
path: root/round-robin.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-11 18:43:44 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-11 18:43:44 +0000
commite599832c459dfecc00d2ab9c61f800aaeaf390d3 (patch)
tree2d02e04e8fd7ba9709010829238cda1effa65375 /round-robin.sh
parent0f2ef62d12266989aee544affee2bd5cc4b6d0ea (diff)
round-robin-bisect.sh: Save/restore baseline state
... to avoid bisect tests cloberring shared state. Change-Id: Ibd8059d513df9ec5cf5fe49777c020c655a46fd4
Diffstat (limited to 'round-robin.sh')
-rw-r--r--round-robin.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 491c1655..1b156c9d 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -388,15 +388,6 @@ build_abe ()
# to do on a check step.
if ! $check; then
set +f; rm -rf builds/*/*/$project-*; set -f
-
- if [ x"$project" = x"gcc" ] && [ -d builds/destdir ]; then
- # Delete previously-built GCC so that we avoid using it in native
- # builds. Otherwise, when we are bisecting GCC bootstrap failure,
- # we could use broken GCC.
- find builds/destdir \
- \( -path "*/bin/*gcc" -o -path "*/bin/*g++" \
- -o -path "*/bin/*cpp" -o -path "*/bin/*c++" \) -delete
- fi
fi
PATH=$(pwd)/bin:$PATH