0

Add --target_environment=device to codesearch_gen_chromium_ios

https://crrev.com/c/6054045 is requiring target_environment and
that has caused the codesearch ios builder failure

Bug: 381434240
Change-Id: I1355b8097c8947f5fd32631708f4c69f6d171f3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064027
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
Reviewed-by: Garrett Beaty <gbeaty@google.com>
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
Cr-Commit-Position: refs/heads/main@{#1391055}
This commit is contained in:
Yiwei Zhang
2024-12-03 17:04:10 +00:00
committed by Chromium LUCI CQ
parent 48420686f3
commit 0ca614a6cb
2 changed files with 2 additions and 1 deletions
tools/mb

@ -377,7 +377,7 @@
],
'codesearch_gen_chromium_ios_bot_reclient': [
'codesearch_ios_reclient', 'ios', 'ios_disable_code_signing'
'codesearch_ios_reclient', 'ios', 'ios_device', 'ios_disable_code_signing'
],
'codesearch_gen_chromium_mac_bot_reclient': [

@ -78,6 +78,7 @@
"is_clang": true,
"is_debug": true,
"symbol_level": 1,
"target_environment": "device",
"target_os": "ios",
"use_remoteexec": true
}