[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}
This commit is contained in:
parent
77fbb1c351
commit
00c51b99ed
@ -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'],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user