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

[6.4.0] Use case-insensitive comparison for Windows paths in runfiles.bash #19626

Merged
merged 1 commit into from
Sep 25, 2023

Commits on Sep 25, 2023

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

    When matching paths or path segments 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.
    
    Closes bazelbuild#19602.
    
    PiperOrigin-RevId: 568323218
    Change-Id: Ic4655b82b1acbaa9ed50118913d713fba3d7f5de
    fmeum authored and bazel-io committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    317e44f View commit details
    Browse the repository at this point in the history