0

Add fsmonitor warning to mac build instructions

This change adds a warning to chromium MacOS build instructions for
turning on fsmonitor. This warning will be removed once
https://crbug.com/1475405 is fixed.

Bug: 1475405
Change-Id: Ib2eab0beb46999a1b1ea6b29b98c85288c54e4c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4822970
Auto-Submit: Aravind Vasudevan <aravindvasudev@google.com>
Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
Reviewed-by: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1189779}
This commit is contained in:
Aravind Vasudevan
2023-08-29 22:08:00 +00:00
committed by Chromium LUCI CQ
parent b9f1b80eff
commit 6a321039a8

@ -349,6 +349,10 @@ You should enable fsmonitor in large repos, such as Chromium and v8. Enabling
it globally will launch many processes and probably isn't worthwhile. The
command to enable fsmonitor in the current repo is:
> WARNING: There is a major issue with fsmonitor resulting in git diff-index
> returning wrong results. Skip enabling this until
[crbug.com/1475405](https://crbug.com/1475405) is fixed.
```shell
$ git config core.fsmonitor true
```