Commit 1bdb383d authored by Nico Weber's avatar Nico Weber

win: Disable oilpan plugin when doing asan builds.

The oilpan plugin requires trunk clang on Windows, but the asan lkgr bot
uses a pinned, slightly older clang and it times out when using head clang.
Disable the plugin on asan until we have resolved this.

BUG=489123,489123
R=hans@chromium.org, rnk@chromium.org

Review URL: https://codereview.chromium.org/1142733003

Cr-Commit-Position: refs/heads/master@{#330432}
parent 7143a2e9
...@@ -2360,6 +2360,12 @@ ...@@ -2360,6 +2360,12 @@
], ],
}], }],
['OS=="win" and asan==1', {
# TODO(thakis): Enable this once the lkgr asan bot has caught up
# with trunk clang, http://crbug.com/489123 , http://crbug.com/489123
'blink_gc_plugin%': 0,
}],
['OS=="win" and (clang==1 or asan==1)', { ['OS=="win" and (clang==1 or asan==1)', {
'chromium_win_pch': 0, 'chromium_win_pch': 0,
}], }],
......
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