Fix: symlinks in normalized upload#2744
Conversation
8cc67cf to
685a879
Compare
szokeasaurusrex
left a comment
There was a problem hiding this comment.
Added some questions and comments.
Also, is there an issue for this PR? If yes, I would appreciate if you could link it, so I have the full context
0d44887 to
b36d735
Compare
|
Thanks @szokeasaurusrex I updated the description a bit and added the linked issue (credit to @chromy for finding it) |
@noahsmartin FYI to properly link a linear issue, you need to put "Closes" in front of the issue number ("fixes" or "resolves" might also work). I already made the change on this issue. That way, the PR is linked from the Linear issue page, and the Linear issue gets auto-closed when you mere the PR 🙂 If you just put the link, it appears the issue does not get linked to the PR |
Sometimes uploads have symlinks in them, we need to preserve the contents of the upload, otherwise the code signature breaks. Additionally, the app size would change if we changed the contents, making our size analysis invalid
Closes EME-266