We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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.
cli
gui
core
You can see an analysis of the differences at https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/rust-czkawka-cli.html
The text was updated successfully, but these errors were encountered:
It is problem of cargo-i18n dependency kellpossible/cargo-i18n#150
Sorry, something went wrong.
It's reproducible in Debian now with your PR. Thanks!
No branches or pull requests
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 incore
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
The text was updated successfully, but these errors were encountered: