[ios] Set `target_environment` gn variable on bots
In preparation of supporting arm64 simulator build (for Apple Silicon macs), we need to decouple the fact that a build is a simulator build from the `target_cpu`. This was done by introducing a `target_environment` variable that can be set by the user (the default value is set using the same heuristic based on value of `target_cpu` if unset). Configure the bots to be explicit about setting the variable. Bug: 1138425 Change-Id: Idb54c71bdb979469adc4b2dc6d7a78ef184d57c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489645 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#819464}
Showing
Please register or sign in to comment