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

tests.buildRustCrate: Fix after hashing method change #105379

Merged
merged 2 commits into from
Dec 19, 2020

Commits on Dec 19, 2020

  1. buildRustCrateTests: Move to tests.buildRustCrate

    I think it is preferable to separate the tests from the "real" packages.
    Ericson2314 committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    5d2a20c View commit details
    Browse the repository at this point in the history
  2. tests.buildRustCrate: Fix after hashing method change

    As @lopsided98 points out in #105305, since the hashes are now target
    sensative, and until we find reason to actually care to test what they
    are exactly, we are best just normalizing them away in the tests.
    Ericson2314 committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    ddeef0d View commit details
    Browse the repository at this point in the history