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
fix(toolchain): no chmod on windows when downloading hermetic toolchain
Previously the code would not chmod for the Windows hermetic toolchains
because there is usually no need - Windows does not have chmod and
if you are downloading the Windows repo on a UNIX system, you won't
run it, so it will stay as is.
However, that left a single case where somebody may want to download
the Linux toolchain on a Windows and the main cases are:
* `bazel sync`
* build a docker image on Windows using `rules_oci` or similar.
Fixes#2660
0 commit comments