Skip to content

Ignore differences caused by merged machO files - #1

Open
macdja38 wants to merge 4 commits into
mainfrom
patch-1
Open

Ignore differences caused by merged machO files#1
macdja38 wants to merge 4 commits into
mainfrom
patch-1

Conversation

@macdja38

Copy link
Copy Markdown

Problem Description:

Once the strategy to merge the files succeeds we know the MachO files we've generated can run on both arm64 and x64. One interesting quirk here is @electron/universal only modifies the temp folder MachO files. It doesn't touch the arm64 folder.
That becomes a problem when the arm64 folder is compared with the temporary folder.
@electron/universal has modified the MachO files in the temp folder. So they should certainly be different from the ones in the arm64 folder.

Solution Description:

This PR ads a set of files that @electron/universal merged, and then checks the results of the compare to specifically check that files other than the merged MachO files are different.

@macdja38 macdja38 self-assigned this Mar 15, 2023
@macdja38
macdja38 requested a review from cpmsmith March 15, 2023 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant