Commit 167480cc by Jamie Madill Committed by Commit Bot

infra: Switch CI to use component builds everywhere.

This makes the build the same as the Chromium-based configuration. This also works around a problem with the Mac bots where the shader cache workaround isn't operational in non-component builds. Bug: angleproject:5114 Bug: angleproject:5928 Change-Id: Ib466942f4a69e1ba3e61e078c84d74d0b54bb396 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2875354Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 18c9aa0d
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
'gn_args': 'target_os="android"', 'gn_args': 'target_os="android"',
}, },
'angle': { 'angle': {
'gn_args': 'build_angle_gles1_conform_tests=true build_angle_trace_perf_tests=true is_component_build=false', 'gn_args': 'build_angle_gles1_conform_tests=true build_angle_trace_perf_tests=true is_component_build=true',
}, },
'opencl': { 'opencl': {
'gn_args': 'angle_enable_cl=true', 'gn_args': 'angle_enable_cl=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