Store symlinks in package archive#77184
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. |
Unzip Symlinks preserved. |
|
I'm 100% confident this change didn't break Will file an issue for that. Merging on test failure and red tree so this can be prepped for a cherry-pick. 🤠 |
|
Co-authored-by: Jenn Magder <[email protected]>
Compressed publish package should preserve symlinks, or the
FlutterMacOS.frameworkwill be malformed and the app won't build.Confirmed locally that
zip -9 -rremoved theFlutterMacOS.frameworksymlinks andzip -9 -r --symlinkspreserves them.Fixes #77173.