Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1581)

Unified Diff: scripts/slave/recipes/chromium_upload_clang.py

Issue 2348413002: clang upload bots: Run scripts to update toolchains. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_upload_clang.expected/full_tryserver_chromium_linux_linux_upload_clang.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_upload_clang.py
diff --git a/scripts/slave/recipes/chromium_upload_clang.py b/scripts/slave/recipes/chromium_upload_clang.py
index 43d1e63828bd237ea9c3ecc562940403b5e363c3..1935b251fe3df3f0d0591652da1d1d6ab9c14bfd 100644
--- a/scripts/slave/recipes/chromium_upload_clang.py
+++ b/scripts/slave/recipes/chromium_upload_clang.py
@@ -65,6 +65,10 @@ def RunSteps(api):
api.bot_update.ensure_checkout(
patch_root=bot_config.get('root_override'))
+ api.python('update win toolchain',
+ api.path['checkout'].join('build', 'vs_toolchain.py'), ['update'])
+ api.python('update mac toolchain',
+ api.path['checkout'].join('build', 'mac_toolchain.py'))
api.python('download binutils',
api.path['checkout'].join('third_party', 'binutils', 'download.py'))
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_upload_clang.expected/full_tryserver_chromium_linux_linux_upload_clang.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698