Update the various pinned revisions in util/bot.
See util/bot/UPDATING for where they come from. Change-Id: Ib2eae6efc737dd8c4e5fb001fd4b478102e0ad6a Reviewed-on: https://boringssl-review.googlesource.com/7822 Reviewed-by: Steven Valdez <svaldez@google.com> Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
parent
d18cb77864
commit
9e7efdb008
@ -18,7 +18,7 @@ vars = {
|
||||
|
||||
deps = {
|
||||
'boringssl/util/bot/gyp':
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + '61259d585ce99d9de8b35188cd0025bdbcb58411',
|
||||
Var('chromium_git') + '/external/gyp.git' + '@' + '4cf07e8d616739f6484e46c9359b2a35196b2585',
|
||||
}
|
||||
|
||||
hooks = [
|
||||
|
@ -45,7 +45,7 @@ WORKSPACE = os.path.join(ROOT, 'go')
|
||||
EXE_SFX = '.exe' if sys.platform == 'win32' else ''
|
||||
|
||||
# Pinned version of Go toolset to download.
|
||||
TOOLSET_VERSION = 'go1.6'
|
||||
TOOLSET_VERSION = 'go1.6.2'
|
||||
|
||||
# Platform dependent portion of a download URL. See http://golang.org/dl/.
|
||||
TOOLSET_VARIANTS = {
|
||||
|
@ -22,7 +22,7 @@ import urllib
|
||||
# CLANG_REVISION and CLANG_SUB_REVISION determine the build of clang
|
||||
# to use. These should be synced with tools/clang/scripts/update.py in
|
||||
# Chromium.
|
||||
CLANG_REVISION = "261368"
|
||||
CLANG_REVISION = "267383"
|
||||
CLANG_SUB_REVISION = "1"
|
||||
|
||||
PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)
|
||||
|
Loading…
Reference in New Issue
Block a user