diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 11:44:52 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 11:44:52 +0000 |
commit | 331fabe33484fdb165dc4ca3418aa7046c717fc6 (patch) | |
tree | 7a046e0f01791a03b68a2510a06eae89fa467cbb /DEPS | |
parent | 02fbaefa96ef85ffcc372f21b803fa4acb9b138e (diff) | |
download | chromium_src-331fabe33484fdb165dc4ca3418aa7046c717fc6.zip chromium_src-331fabe33484fdb165dc4ca3418aa7046c717fc6.tar.gz chromium_src-331fabe33484fdb165dc4ca3418aa7046c717fc6.tar.bz2 |
roll clang 138187:138500
Also pass --disable-threads and --disable-pthreads to configure, for goma.
Also modify the script to try to download prebuilt binaries first. This is faster,
and makes sure the bots use the exact same binary as goma. The binaries are
downloaded from http://commondatastorage.googleapis.com/chromium-browser-clang/index.html
Also add a script that packages a clang build up into a tgz for uploading with
gsutil, based on code by ukai@.
Finally, if the svn checkout fails, remove the destination directory and try
again (for bots that have a checkout from before we had an internal llvm svn
mirror).
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7741039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ vars = { # Note: On most bots, clang is not checked out via DEPS but by # tools/clang/scripts/update.sh. The script reads this line here. - "clang_revision": "138187", + "clang_revision": "138500", } deps = { |