Commit 36c8a4ef 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@102342 0039d316-1c4b-4281-b951-d872f2087c98
parent 0d665591
...@@ -45,6 +45,12 @@ if [[ -n "$mac_only" ]] && [[ "${OS}" != "Darwin" ]]; then ...@@ -45,6 +45,12 @@ if [[ -n "$mac_only" ]] && [[ "${OS}" != "Darwin" ]]; then
exit 0 exit 0
fi fi
# 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