Commit 8bcb9fb0 authored by thakis@chromium.org's avatar thakis@chromium.org

clang downloader: Clean up temporary files on the bots.

BUG=96722
TEST=none


Review URL: http://codereview.chromium.org/7994010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102346 0039d316-1c4b-4281-b951-d872f2087c98
parent 06731397
...@@ -51,6 +51,12 @@ for rev in 138188 138417 139029 139473 139990; do ...@@ -51,6 +51,12 @@ for rev in 138188 138417 139029 139473 139990; do
rm -rf clang-$rev rm -rf clang-$rev
done done
# TODO(thakis): Remove this after Sept 29 2011. http://crbug.com/96722
for rev in 138188 138417 139029 139473 139990; do
rm -f clang-$rev.tgz
rm -rf clang-$rev
done
# Xcode and clang don't get along when predictive compilation is enabled. # Xcode and clang don't get along when predictive compilation is enabled.
# http://crbug.com/96315 # http://crbug.com/96315
if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then if [[ "${OS}" = "Darwin" ]] && xcodebuild -version | grep -q 'Xcode 3.2' ; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment