From 0cebb0a7362e24a04651ffae2d38646749d4123b Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 19 Sep 2011 15:31:40 +0000 Subject: Switch clang download to https. About 4% slower than downloading over http in my tests. BUG=96722 TEST=none Review URL: http://codereview.chromium.org/7931021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101742 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/clang/scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/clang') diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh index bd5b991..66b5fb9 100755 --- a/tools/clang/scripts/update.sh +++ b/tools/clang/scripts/update.sh @@ -108,7 +108,7 @@ fi if [ -z "$force_local_build" ]; then # Check if there's a prebuilt binary and if so just fetch that. That's faster, # and goma relies on having matching binary hashes on client and server too. - CDS_URL=http://commondatastorage.googleapis.com/chromium-browser-clang + CDS_URL=https://commondatastorage.googleapis.com/chromium-browser-clang CDS_FILE="clang-${CLANG_REVISION}.tgz" echo Trying to download prebuilt clang if [ "${OS}" = "Linux" ]; then -- cgit v1.1