Commit ad4973e2 authored by Jiaqi Han's avatar Jiaqi Han Committed by Commit Bot

Remove enable_cast_wayland_server flag on cast linux bots

In line with the removal of ENABLE_CAST_WAYLAND_SERVER buildflag.

This reverts commit 663bb259.

Bug: 1043215
Test: CQ
Change-Id: I6840eaf5423d49c7d5c96f275b3461d367702146
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006470Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Reviewed-by: default avatarDaniel Nicoara <dnicoara@chromium.org>
Commit-Queue: Jiaqi Han <jiaqih@google.com>
Cr-Commit-Position: refs/heads/master@{#738238}
parent 99ccbc06
...@@ -1335,11 +1335,11 @@ ...@@ -1335,11 +1335,11 @@
# Cast Linux takes very long in linking, possibly due to being on GCE # Cast Linux takes very long in linking, possibly due to being on GCE
# (crbug/794423). # (crbug/794423).
'cast_release_bot': [ 'cast_release_bot': [
'cast', 'cast_exo', 'release_bot', 'minimal_symbols', 'cast', 'release_bot', 'minimal_symbols',
], ],
'cast_release_trybot': [ 'cast_release_trybot': [
'cast', 'cast_exo', 'release_trybot', 'cast', 'release_trybot',
], ],
'cast_audio_release_bot': [ 'cast_audio_release_bot': [
...@@ -2140,10 +2140,6 @@ ...@@ -2140,10 +2140,6 @@
'gn_args': 'is_cast_audio_only=true' 'gn_args': 'is_cast_audio_only=true'
}, },
'cast_exo': {
'gn_args': 'enable_cast_wayland_server=true',
},
'cfi': { 'cfi': {
'gn_args': 'is_cfi=true', 'gn_args': 'is_cfi=true',
}, },
......
...@@ -2020,13 +2020,11 @@ ...@@ -2020,13 +2020,11 @@
], ],
'cast_release_bot': [ 'cast_release_bot': [
'cast', 'cast',
'cast_exo',
'release_bot', 'release_bot',
'minimal_symbols' 'minimal_symbols'
], ],
'cast_release_trybot': [ 'cast_release_trybot': [
'cast', 'cast',
'cast_exo',
'release_trybot' 'release_trybot'
], ],
'cast_audio_release_bot': [ 'cast_audio_release_bot': [
...@@ -2924,10 +2922,6 @@ ...@@ -2924,10 +2922,6 @@
'gn_args': 'is_cast_audio_only=true' 'gn_args': 'is_cast_audio_only=true'
}, },
'cast_exo': {
'gn_args': 'enable_cast_wayland_server=true'
},
'cfi': { 'cfi': {
'gn_args': 'is_cfi=true' 'gn_args': 'is_cfi=true'
}, },
......
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