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

Use case-insensitive comparison for Windows paths in runfiles.bash #19602

Closed
wants to merge 1 commit into from

Commits on Sep 24, 2023

  1. Use case-insensitive comparison for Windows paths in runfiles.bash

    When matching the path of `rlocation`'s caller in the Bash runfiles
    library, use a case-insensitive comparison when running in MSYS2 as
    Bazel emits paths that can be capitalized differently. In particular,
    this fixes failures when the output base path contains uppercase
    letters.
    fmeum committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    fdd6517 View commit details
    Browse the repository at this point in the history