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
While working on reproducible builds for openSUSE, I found that our rustup package binaries vary from filesystem readdir order.
rustup
Probably from the read_dir in https://github.com/alexcrichton/xz2-rs/blob/1e7725be/lzma-sys/build.rs#L77
read_dir
I found gyscos/zstd-rs#162 resolves a similar issue in another lib.
Please ensure consistent source file ordering.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
While working on reproducible builds for openSUSE, I found that our
rustuppackage binaries vary from filesystem readdir order.Probably from the
read_dirin https://github.com/alexcrichton/xz2-rs/blob/1e7725be/lzma-sys/build.rs#L77I found gyscos/zstd-rs#162 resolves a similar issue in another lib.
Please ensure consistent source file ordering.
The text was updated successfully, but these errors were encountered: