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

Unified Diff: scripts/slave/recipes/chromium_upload_clang.expected/full_tryserver_chromium_mac_mac_upload_clang.json

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
Index: scripts/slave/recipes/chromium_upload_clang.expected/full_tryserver_chromium_mac_mac_upload_clang.json
diff --git a/scripts/slave/recipes/chromium_upload_clang.expected/full_tryserver_chromium_mac_mac_upload_clang.json b/scripts/slave/recipes/chromium_upload_clang.expected/full_tryserver_chromium_mac_mac_upload_clang.json
index 4ada0b0c7c53ad21b0005f8602e9958f7bbe4675..5eb7bdc1780d1641578a84e39e8a2aaf1491cedf 100644
--- a/scripts/slave/recipes/chromium_upload_clang.expected/full_tryserver_chromium_mac_mac_upload_clang.json
+++ b/scripts/slave/recipes/chromium_upload_clang.expected/full_tryserver_chromium_mac_mac_upload_clang.json
@@ -107,6 +107,23 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/src/build/vs_toolchain.py",
+ "update"
+ ],
+ "name": "update win toolchain"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/src/build/mac_toolchain.py"
+ ],
+ "name": "update mac toolchain"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[SLAVE_BUILD]/src/third_party/binutils/download.py"
],
"name": "download binutils"

Powered by Google App Engine
This is Rietveld 408576698