summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugenis <eugenis@chromium.org>2015-11-23 13:30:14 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-23 21:31:03 +0000
commit729821b2f8a0b82fe6588f74482273f067b09712 (patch)
treeb39b32f71f2e81750e6dafbf8b80479ae2aec3bb
parentc64c903e110dc5f34a6348eb9b83e15900d96fbf (diff)
downloadchromium_src-729821b2f8a0b82fe6588f74482273f067b09712.zip
chromium_src-729821b2f8a0b82fe6588f74482273f067b09712.tar.gz
chromium_src-729821b2f8a0b82fe6588f74482273f067b09712.tar.bz2
Add linux_chromium_msan_rel_ng trybot to clang update instruction.
BUG=559530 NOTRY=true Review URL: https://codereview.chromium.org/1470023002 Cr-Commit-Position: refs/heads/master@{#361189}
-rw-r--r--docs/updating_clang.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/updating_clang.md b/docs/updating_clang.md
index 529dc2b..d8a8575 100644
--- a/docs/updating_clang.md
+++ b/docs/updating_clang.md
@@ -17,8 +17,9 @@
git cl try -m tryserver.chromium.linux -b linux_chromium_gn_dbg -b
linux_chromium_chromeos_dbg_ng -b linux_chromium_asan_rel_ng -b
linux_chromium_chromeos_asan_rel_ng -b android_clang_dbg_recipe -b
- linux_chromium_trusty32_rel -b linux_chromium_rel_ng && git cl try -m
- tryserver.blink -b linux_blink_rel`
+ linux_chromium_trusty32_rel -b linux_chromium_rel_ng -b
+ linux_chromium_msan_rel_ng && git cl try -m tryserver.blink -b
+ linux_blink_rel`
1. Commit roll CL from the first step
1. The bots will now pull the prebuilt binary, and goma will have a matching
binary, too.