DEPS in impeller and build unit tests#31227
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
2567df7 to
c34f991
Compare
|
Expected to fail outside of Mac. But failing on Mac with: |
|
Maybe this is an xcode version issue? @jmagman can you remind me which version of XCode is on Engine CI. I also remember there were discussions about upgrading. Do you know which version the upgrade is targeting? |
|
https://developer.apple.com/documentation/metal/libraries/generating_and_loading_a_metal_library_symbol_file seems to be saying that |
Ugh that's unfortunate, the engine builders are on Xcode 12.3. @yusuf-goog is working on getting the engine builders macOS version updated to unblock the migration to Xcode 13 https://docs.google.com/document/d/1M9HqJeEAisqgClRfxdXYBhYWJdiu2A-zSOovCBO7yjg/edit# (internal link) |
|
We don't need Xcode 13 for Impeller. The I used the newer flag after reading about it in the man page when I was re-reading my own code and could not figure out what M0 meant. I'll back it out. |
64f4a68 to
2db89cb
Compare
|
Adjusted license checker for stb and filed flutter/flutter#97843 for its removal. |
6fd0d33 to
a103284
Compare
bdero
left a comment
There was a problem hiding this comment.
lgtm 👍 I wiped away my setup and successfully ran impeller_unittests against this branch.
a103284 to
90851bb
Compare
To get the impeller unit tests building, I had to make these changes along with flutter/buildroot#545 in the buildroot.
Impeller expects
flutter::Dispatcher::transformReset()to exist so I added it to the interface, and empty implementations where needed to build, but I don't know if they need real implementations.@chinmaygarde @bdero @flar