From e599832c459dfecc00d2ab9c61f800aaeaf390d3 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Sun, 11 Jul 2021 18:43:44 +0000 Subject: round-robin-bisect.sh: Save/restore baseline state ... to avoid bisect tests cloberring shared state. Change-Id: Ibd8059d513df9ec5cf5fe49777c020c655a46fd4 --- round-robin.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'round-robin.sh') 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 -- cgit v1.2.3