Skip to content

Commit

Permalink
fix ios-reclient
Browse files Browse the repository at this point in the history
add additional_compile_targets to match with
ios15-sdk-simulator

Bug: 1259004
Change-Id: I65b81c4f5ba004b4351b1e0b058fd5c34411a520
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3229183
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
Auto-Submit: Fumitoshi Ukai <ukai@google.com>
Reviewed-by: Michael Savigny <msavigny@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/main@{#932747}
  • Loading branch information
ukai authored and Chromium LUCI CQ committed Oct 18, 2021
1 parent 9eb2202 commit 08c5e64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/buildbot/chromium.fyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -25122,6 +25122,9 @@
]
},
"ios-reclient": {
"additional_compile_targets": [
"all"
],
"isolated_scripts": [
{
"args": [
Expand Down
3 changes: 3 additions & 0 deletions testing/buildbot/waterfalls.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -3010,6 +3010,9 @@
},
# TODO(crbug.com/1254986): remove this after the migration.
'ios-reclient': {
'additional_compile_targets': [
'all',
],
'mixins': [
'has_native_resultdb_integration',
'mac_11_x64',
Expand Down

0 comments on commit 08c5e64

Please sign in to comment.