-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[darwin] Fix build failure for ios simulator (#9559). #11398
Conversation
@woody-apple @sagar-apple can you take a look? |
PR #11398: Size comparison from 38fe11e to d609345 Full report (38 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
@fengli this fails the Darwin CI; see https://github.com/project-chip/connectedhomeip/runs/4099202530?check_suite_focus=true |
Hi @fengli, looks like you'll need to rewrite your commit history to come from your GitHub account |
(Note, this does also really fail to build) |
@woody-apple build failure fixed, also i used the email corresponds to my github account, CLA isn't an issue anymore. |
Fast tracking, given a platform change that a platform maintainer approves (me for Darwin). |
…oject-chip#11398) Co-authored-by: Feng LI <[email protected]>
Problem
What is being fixed? Examples:
Currently, when build src/darwin/Framework, build will fail when target is ios simulator (x64). The reason being build/toolchain/ios/BUILD.gn only defined
ios_x86_64
.Change overview
Testing
How was this tested? (at least one bullet point required)