Sync util/bot with Chromium.
Change-Id: Iad15c9b824ca48e6c8a0e5f74fb2d296b3c1170e Reviewed-on: https://boringssl-review.googlesource.com/14032 Commit-Queue: David Benjamin <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <agl@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
parent
84cd49385c
commit
919d8cf94e
@ -24,7 +24,7 @@ deps = {
|
||||
deps_os = {
|
||||
'android': {
|
||||
'boringssl/util/bot/android_tools':
|
||||
Var('chromium_git') + '/android_tools.git' + '@' + 'c02a002b48d6637714ef98f0e4bf6952b9c4cf10',
|
||||
Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814f04dd6c7d7176974cc',
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -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.7.3'
|
||||
TOOLSET_VERSION = 'go1.8'
|
||||
|
||||
# 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 = "284979"
|
||||
CLANG_REVISION = "296320"
|
||||
CLANG_SUB_REVISION = "1"
|
||||
|
||||
PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)
|
||||
|
@ -19,7 +19,7 @@ import gyp
|
||||
|
||||
|
||||
TOOLCHAIN_VERSION = '2015'
|
||||
TOOLCHAIN_HASH = 'd5dc33b15d1b2c086f2f6632e2fd15882f80dbd3'
|
||||
TOOLCHAIN_HASH = 'd3cb0e37bdd120ad0ac4650b674b09e81be45616'
|
||||
|
||||
|
||||
def SetEnvironmentAndGetRuntimeDllDirs():
|
||||
|
Loading…
Reference in New Issue
Block a user