You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option disables the code path that checks so-called "non-output
external" files. Some debugging shows that these are files supplied
by the host, eg. files under /usr/bin/ and files under the install
root.
It's puzzling why files under the install root need to be checked for
changes, as the bazel launcher also checks for timestamp changes, but
I couldn't work out from where these file checks are scheduled, but
requests for information in Bazel slack went unanswered
(https://bazelbuild.slack.com/archives/CEH3YH9RC/p1745491096584379)
Following the example of the
--experimental_check_external_repository_files
--experimental_check_output_files flags, there is no test.
Addresses #25954.
RELNOTES: File change checks for non-output external files (host files
and embedded tools) can now be disabled with the
`--experimental_check_non_output_external_files` flag.
0 commit comments