v3.0.6
·
31 commits
to master
since this release
What's Changed
- Release v3.0.6 with bug fix for remote build initiated from windows by @joshuaauerbachwatson in #229
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