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

Workaround for windows symlinked bins #3977

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 1, 2024

  1. Workaround for windows symlinked bins

    When using remote cache, Windows symlinks
    which should be executable may break, see:
    bazelbuild/bazel#21747
    
    Instead of creating symlinks, copy the bins instead
    until the issue is resolved.
    luke-flow committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b07ccb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe0d3b8 View commit details
    Browse the repository at this point in the history
  3. Add copy_cmd from bazel-skylib

    This method is not publicly exposed
    from `skylib`.
    luke-flow committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b0dadd4 View commit details
    Browse the repository at this point in the history
  4. Add bzl_library for copy_cmd

    Fixes stardoc builds.
    luke-flow committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    208d838 View commit details
    Browse the repository at this point in the history