Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: Hardlinks do not need write permission
This fixes execution errors where some programs fail to execute while a source file is hardlinked into another scheduled actions. Many compilers restrict the sharing mode for the files they open, 'cl.exe' for instance does not allow other processes to have open WRITE handles to its source files, and fails with SHARING_VIOLATION if such handles are open. The hardlinking file fetcher does not need this permission and we solve many crashes by removing it.
- Loading branch information