Skip to content

Commit

Permalink
Explicitly run ios-device trybot on clang rolls.
Browse files Browse the repository at this point in the history
https://chromium-review.googlesource.com/c/587422 removed that bot from
the default cq set, leading to us landing a clang roll that broke
ios-device builds on the main waterfall.

Bug: 740301,754829
Change-Id: I0263999cdd5a5831ae562280bd0f79b9f4eda325
Reviewed-on: https://chromium-review.googlesource.com/612432
Reviewed-by: Hans Wennborg <hans@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#493848}
  • Loading branch information
nico authored and Commit Bot committed Aug 11, 2017
1 parent 5a3bbae commit 0c7513e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/updating_clang.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ $ for x in Linux_x64 Mac Win ; do \
1. Run an exhaustive set of try jobs to test the new compiler:
```
git cl try &&
git cl try -m tryserver.chromium.mac -b mac_chromium_asan_rel_ng &&
git cl try -m tryserver.chromium.mac -b mac_chromium_asan_rel_ng \
-b ios-device && \
git cl try -m tryserver.chromium.linux -b linux_chromium_chromeos_dbg_ng \
-b linux_chromium_chromeos_asan_rel_ng -b linux_chromium_msan_rel_ng \
-b fuchsia -b linux_chromium_cfi_rel_ng &&
Expand Down

0 comments on commit 0c7513e

Please sign in to comment.