bazelbuild / rules_go

Go rules for Bazel
Apache License 2.0
1.37k stars 652 forks source link

Workaround for windows symlinked bins #3977

Open luke-flow opened 3 months ago

luke-flow commented 3 months ago

When using remote cache, Windows symlinks which should be executable may break, see: https://github.com/bazelbuild/bazel/issues/21747

Instead of creating symlinks, copy the bins instead until the issue is resolved.

What type of PR is this? Bug fix

What does this PR do? Why is it needed?

Which issues(s) does this PR fix?

Fixes #3976

Other notes for review