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

Fix UI tests with dist-vendored dependencies #123652

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Commits on Apr 8, 2024

  1. Fix UI tests with dist-vendored dependencies

    There is already a workaround in `compiletest` to deal with custom
    `CARGO_HOME` using `-Zignore-directory-in-diagnostics-source-blocks={}`.
    A similar need exists when dependencies come from the local `vendor`
    directory, which distro builds often use, so now we ignore that too.
    
    Also, `issue-21763.rs` was normalizing `hashbrown-` paths, presumably
    expecting a version suffix, but the vendored path doesn't include the
    version. Now that matches `[\\/]hashbrown` instead.
    cuviper committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f7b2e37 View commit details
    Browse the repository at this point in the history