Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable hardlinking of immutable inputs (pantsbuild#18487)
As determined in pantsbuild#18162, hardlinking unfortunately does not play well with any of the implementations of Docker for macOS's filesystem virtualization. This change re-disables hardlinking of immutable inputs until pantsbuild#18162 and/or pantsbuild#18153 (which currently plans to switch to using symlinks for large files) are resolved.
- Loading branch information