Skip to content

v3.0.6

Choose a tag to compare

@joshuaauerbachwatson joshuaauerbachwatson released this 17 Apr 20:48
· 31 commits to master since this release
ce289b9

What's Changed

If the initiating system is windows, but the build is remote (hence the remote system is linux) a build.sh might be part of the build. But, there is no executable bit on windows, so no natural way of expressing that a file to be part of a remote build should be marked executable. In this release, we add a heuristic that marks all .sh files executable in this case. This means the build.sh will execute and, if necessary, it can fix up additional permissions not covered by the heuristic.

Full Changelog: v3.0.5...v3.0.6