Commit 00c51b99 authored by machenbach's avatar machenbach Committed by Commit bot

[mb] Fix shared-library bots.

Because the release_bot mixin includes the 'static' config,
the shared-library bots included both 'static' and 'shared'.

This removes the wrong 'static' config.

BUG=chromium:474921
TBR=vogelheim@chromium.org, jochen@chromium.org

Review-Url: https://codereview.chromium.org/2123243002
Cr-Commit-Position: refs/heads/master@{#37556}
parent 77fbb1c3
......@@ -341,14 +341,14 @@
'gyp_release_x86_no_snap': [
'gyp', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'],
'gyp_release_x86_no_snap_shared_minimal_symbols': [
'gyp', 'release_bot', 'x86', 'minimal_symbols', 'shared', 'swarming',
'gyp', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming',
'v8_snapshot_none'],
'gyp_release_x86_no_snap_trybot': [
'gyp', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'],
'gyp_release_x86_predictable': [
'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'],
'gyp_release_x86_shared_verify_heap': [
'gyp', 'release_bot', 'x86', 'shared', 'swarming', 'v8_verify_heap'],
'gyp', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'],
'gyp_release_x86_trybot': [
'gyp', 'release_trybot', 'x86', 'swarming'],
},
......
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