Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recommend macOS 14.5 on workers with NFSv4 build directories
macOS 14.5 addresses two issues that could cause flakiness when build directories are backed by NFSv4: - Calling open() in parallel against hardlinks stored in different directories could sometimes fail erroneously with ENOENT. - Traversing a symbolic link is hardlinked to a different location that is in the process of being unlinked could also cause ENOENT to be returned spuriously.
- Loading branch information