Commit b6750610 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Add an mb configuration for a Win32 ARM64 builder.

Bug: 925575
Change-Id: Ia337a7a22f1b60523257e6eb037536b7ef55bf15
Reviewed-on: https://chromium-review.googlesource.com/c/1457220
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarBruce Dawson <brucedawson@chromium.org>
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629805}
parent 7ec28050
...@@ -292,6 +292,7 @@ ...@@ -292,6 +292,7 @@
'Windows Clang deterministic': 'clang_release_bot_minimal_symbols_x86', 'Windows Clang deterministic': 'clang_release_bot_minimal_symbols_x86',
'win-annotator-rel': 'release_bot', 'win-annotator-rel': 'release_bot',
'win-autofill-captured-sites-rel': 'release_bot', 'win-autofill-captured-sites-rel': 'release_bot',
'win32-arm64-rel': 'win32_arm64_release_bot',
}, },
'chromium.goma': { 'chromium.goma': {
...@@ -1829,6 +1830,10 @@ ...@@ -1829,6 +1830,10 @@
'no_clang', 'release_bot', 'no_clang', 'release_bot',
], ],
'win32_arm64_release_bot': [
'arm64', 'disable_nacl', 'release_bot',
],
'clang_tot_win_release_cross': [ 'clang_tot_win_release_cross': [
'clang_tot', 'win_cross', 'minimal_symbols', 'shared', 'release', 'dcheck_always_on', 'clang_tot', 'win_cross', 'minimal_symbols', 'shared', 'release', 'dcheck_always_on',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment