Skip to content

Commit

Permalink
Let win/asan bot set use_goma=true
Browse files Browse the repository at this point in the history
Currently, the builder is configured to use goma on the recipe side but
not in mb, causing it to build with -j500 but doing local builds. The bot
running the build does not appreciate that.

Bug: 869973
Change-Id: Id27616762caff158ad660b2b6f2d8ed42a29a41b
Reviewed-on: https://chromium-review.googlesource.com/1176269
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583412}
  • Loading branch information
nico committed Aug 15, 2018
1 parent 09c6d39 commit c4ba43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@
],

'asan_clang_fuzzer_static_v8_heap_minimal_symbols_release': [
'asan', 'fuzzer', 'static', 'v8_heap', 'minimal_symbols', 'release',
'asan', 'fuzzer', 'static', 'v8_heap', 'minimal_symbols', 'release_bot',
],

'asan_clang_fuzzer_static_v8_heap_minimal_symbols_release_tot': [
Expand Down

0 comments on commit c4ba43a

Please sign in to comment.