aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-03-20 10:23:40 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-20 17:28:58 +0000
commitbedb42805ede2f1ff96c90e583f390d90e4b6969 (patch)
tree33e4fc64c5a42a2355e6c8457fa60a2eccc27dcf /infra/bots/assets
parentd92a739d72ae70fc8122dc077b0f751d4b1dd023 (diff)
Update clang_win to latest used by Chromium.
Revision number comes from d8897aff36aefd9ac967d76810057482c5afc0f3">https://cs.chromium.org/chromium/src/tools/clang/scripts/update.py?l=30&rcl=d8897aff36aefd9ac967d76810057482c5afc0f3 (via mtklein). This CL is effectively a reland of https://skia-review.googlesource.com/c/skia/+/114093, using the version of Clang from the link above as of 2018-03-16. The original CL was reverted due to skia:7720, which was tangential. Change-Id: I2a0074a4de26ae8f657d0bce29189b161e20eb66 Reviewed-on: https://skia-review.googlesource.com/115164 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'infra/bots/assets')
-rw-r--r--infra/bots/assets/clang_win/VERSION2
-rwxr-xr-xinfra/bots/assets/clang_win/create.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/infra/bots/assets/clang_win/VERSION b/infra/bots/assets/clang_win/VERSION
index d8263ee986..7813681f5b 100644
--- a/infra/bots/assets/clang_win/VERSION
+++ b/infra/bots/assets/clang_win/VERSION
@@ -1 +1 @@
-2 \ No newline at end of file
+5 \ No newline at end of file
diff --git a/infra/bots/assets/clang_win/create.py b/infra/bots/assets/clang_win/create.py
index 9b85378a91..da34ad5e6f 100755
--- a/infra/bots/assets/clang_win/create.py
+++ b/infra/bots/assets/clang_win/create.py
@@ -16,7 +16,9 @@ import subprocess
import utils
-CLANG_REVISION = '318667'
+# Copied from CLANG_REVISION here:
+# https://cs.chromium.org/chromium/src/tools/clang/scripts/update.py
+CLANG_REVISION = '327688'
CLANG_SUB_REVISION = '1'
CLANG_PKG_VERSION = '%s-%s' % (CLANG_REVISION, CLANG_SUB_REVISION)
GS_URL = ('https://commondatastorage.googleapis.com/chromium-browser-clang'