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

Make serialization of packages deterministic. #223

Merged
merged 1 commit into from Apr 3, 2023
Merged

Conversation

matts1
Copy link
Contributor

@matts1 matts1 commented Mar 31, 2023

The nondeterminism is causing cache misses for users of bazel, who depend on this for rules_rust's crate_universe package (https://github.com/bazelbuild/rules_rust/tree/main/crate_universe).

src/lib.rs Show resolved Hide resolved
@oli-obk
Copy link
Owner

oli-obk commented Mar 31, 2023

There was an issue due to an MSRV bump of one of our dependencies (serde). Please rebase over the latest main branch.

The nondeterminism is causing cache misses for users of bazel, who depend on this for rules_rust's crate_universe package
(https://github.com/bazelbuild/rules_rust/tree/main/crate_universe).
@oli-obk oli-obk merged commit 084de02 into oli-obk:main Apr 3, 2023
5 checks passed
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.

None yet

3 participants