You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid builds-without-the-bytes bug on Windows (#2919)
After #2826 was merged, I
started seeing flaky builds on Windows related to build script
executables
(#2891 (comment)).
This appears to be related to
bazelbuild/bazel#21747 so to avoid the issue,
this change ensures that Windows build script executables are copied
instead of symlinked.
0 commit comments