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

[7.1.0] Remove the restriction that relative symlinks in a tree artifact may not point outside the tree. #21449

Merged
merged 1 commit into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Remove the restriction that relative symlinks in a tree artifact may …

    …not point outside the tree.
    
    As discussed in bazelbuild#20891, the restriction is pointless, as it can already be bypassed with an absolute symlink. Note that the symlinks are still required not to dangle in all cases.
    
    Also rename and reorganize the tests in TreeArtifactBuildTest in a more logical manner.
    
    Fixes bazelbuild#20891.
    
    Closes bazelbuild#21263.
    
    PiperOrigin-RevId: 608926604
    Change-Id: I967a383b9891360700f868abd5c2d292e0e7974e
    thesayyn authored and bazel-io committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    560a9f8 View commit details
    Browse the repository at this point in the history