Skip to content
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

Ensure that different platforms create exactly the same binary #65

Open
pavelzw opened this issue Nov 3, 2024 · 0 comments
Open

Ensure that different platforms create exactly the same binary #65

pavelzw opened this issue Nov 3, 2024 · 0 comments
Labels

Comments

@pavelzw
Copy link
Member

pavelzw commented Nov 3, 2024

It would be nice to have an integration test that checks whether the binaries between macOS, Linux and Windows produce the same SHA256.

One option could be to pre-calculate a SHA256 and save it in the test. This would require updating the test every time a new version releases (version is encoded in pack).
Another option would be to compute them during testing and then gather them in a second CI stage and compare them there.

@pavelzw pavelzw added the test label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant