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 desugar dependencies deterministic #16859

Commits on Nov 30, 2022

  1. make desugar dependencies deterministic,

    desugar dependencies are added to the result jar file as metadata, this desugar dependency object contain few list that we found out the order of this list can be different in different build with same inputs, therefore final result will have a different hash and it cause cache miss in the builds
    solution is to make the lists in this object sorted. so for the same input we always get same output
    mohamadk authored and mohammadkahelghi-grabtaxi committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    94b3d5e View commit details
    Browse the repository at this point in the history