Skip to content

Build is not reproducible #1507

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

Open
tenzap opened this issue Apr 18, 2025 · 2 comments
Open

Build is not reproducible #1507

tenzap opened this issue Apr 18, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@tenzap
Copy link

tenzap commented Apr 18, 2025

In Debian and I believe most distributions, we try to achieve reproducible builds.

Unfortunately, czkawka is not reproducible.

If I run twice cargo build (with a clean up in between), the actual binaries differ.

This is the case for both cli & gui suggesting that the problem might be in core or one of the dependencies.

You can see an analysis of the differences at
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/rust-czkawka-cli.html

@qarmin
Copy link
Owner

qarmin commented Apr 21, 2025

It is problem of cargo-i18n dependency kellpossible/cargo-i18n#150

@tenzap
Copy link
Author

tenzap commented Apr 23, 2025

It's reproducible in Debian now with your PR. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants