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

[Backport 2.20-maintenance] Fix adding symlink to the sandbox paths #10471

Merged
merged 2 commits into from
Apr 11, 2024

Commits on Apr 11, 2024

  1. Add a test for depending on a symlink store path

    Regression test for #9579
    
    (cherry picked from commit 872d93e)
    thufschmitt authored and github-actions[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f7146d2 View commit details
    Browse the repository at this point in the history
  2. Fix permission denied when building symlink derivation which points t…

    …o a symlink out of the store
    
    Bind-mounting symlinks is apparently not possible, which is why the
    thing was failing.
    
    Fortunately, symlinks are small, so we can fallback to copy them at no cost.
    
    Fix #9579
    
    Co-authored-by: Artturin <[email protected]>
    (cherry picked from commit 913db9f)
    thufschmitt authored and github-actions[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ccb9779 View commit details
    Browse the repository at this point in the history