summaryrefslogtreecommitdiff
path: root/src/util/bot
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/bot')
-rw-r--r--src/util/bot/DEPS2
-rwxr-xr-xsrc/util/bot/go/bootstrap.py2
-rw-r--r--src/util/bot/update_clang.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/util/bot/DEPS b/src/util/bot/DEPS
index 3047f145..0e1b7dc7 100644
--- a/src/util/bot/DEPS
+++ b/src/util/bot/DEPS
@@ -24,7 +24,7 @@ deps = {
deps_os = {
'android': {
'boringssl/util/bot/android_tools':
- Var('chromium_git') + '/android_tools.git' + '@' + 'cb6bc21107001e2f2eeee2707b482b2b755baf51',
+ Var('chromium_git') + '/android_tools.git' + '@' + '023e2f65409a2b7886b8d644d6a88542ead6cd0a',
},
'unix': {
'boringssl/util/bot/libFuzzer':
diff --git a/src/util/bot/go/bootstrap.py b/src/util/bot/go/bootstrap.py
index 3b82ab2e..407d3067 100755
--- a/src/util/bot/go/bootstrap.py
+++ b/src/util/bot/go/bootstrap.py
@@ -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.8.1'
+TOOLSET_VERSION = 'go1.8.3'
# Platform dependent portion of a download URL. See http://golang.org/dl/.
TOOLSET_VARIANTS = {
diff --git a/src/util/bot/update_clang.py b/src/util/bot/update_clang.py
index d23abfcc..3fd59a30 100644
--- a/src/util/bot/update_clang.py
+++ b/src/util/bot/update_clang.py
@@ -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 = "300839"
+CLANG_REVISION = "305281"
CLANG_SUB_REVISION = "1"
PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)