fix: remove --experimental_guard_against_concurrent_changes from recommended correctness settings (#380)
This commit is contained in:
parent
09c08e4ed7
commit
91eeca7d40
|
@ -33,11 +33,11 @@ build --show_timestamps
|
|||
# https://bazel.build/reference/command-line-reference#flag--show_progress_rate_limit
|
||||
build --show_progress_rate_limit=5
|
||||
|
||||
# Don't use cursor controls in its screen output.
|
||||
# Use cursor controls in screen output.
|
||||
# Docs: https://bazel.build/docs/user-manual#curses
|
||||
build --curses=yes
|
||||
|
||||
# Use colors to highlight its output on the screen. Set to `no` if your CI does not display colors.
|
||||
# Use colors to highlight output on the screen. Set to `no` if your CI does not display colors.
|
||||
# Docs: https://bazel.build/docs/user-manual#color
|
||||
build --color=yes
|
||||
|
||||
|
|
|
@ -54,11 +54,6 @@ build --experimental_allow_tags_propagation
|
|||
fetch --experimental_allow_tags_propagation
|
||||
query --experimental_allow_tags_propagation
|
||||
|
||||
# Checking the ctime of input files of an action before uploading it to a remote cache. Prevents
|
||||
# concurrent local file modification from poisoning the build cache.
|
||||
# Docs: https://bazel.build/reference/command-line-reference#flag--experimental_guard_against_concurrent_changes
|
||||
build --experimental_guard_against_concurrent_changes
|
||||
|
||||
# Do not automatically create `__init__.py` files in the runfiles of Python targets. Fixes the wrong
|
||||
# default that comes from Google's internal monorepo by using `__init__.py` to delimit a Python
|
||||
# package. Precisely, when a `py_binary` or `py_test` target has `legacy_create_init` set to `auto (the
|
||||
|
|
|
@ -54,11 +54,6 @@ build --experimental_allow_tags_propagation
|
|||
fetch --experimental_allow_tags_propagation
|
||||
query --experimental_allow_tags_propagation
|
||||
|
||||
# Checking the ctime of input files of an action before uploading it to a remote cache. Prevents
|
||||
# concurrent local file modification from poisoning the build cache.
|
||||
# Docs: https://bazel.build/reference/command-line-reference#flag--experimental_guard_against_concurrent_changes
|
||||
build --experimental_guard_against_concurrent_changes
|
||||
|
||||
# Do not automatically create `__init__.py` files in the runfiles of Python targets. Fixes the wrong
|
||||
# default that comes from Google's internal monorepo by using `__init__.py` to delimit a Python
|
||||
# package. Precisely, when a `py_binary` or `py_test` target has `legacy_create_init` set to `auto (the
|
||||
|
|
|
@ -54,11 +54,6 @@ build --experimental_allow_tags_propagation
|
|||
fetch --experimental_allow_tags_propagation
|
||||
query --experimental_allow_tags_propagation
|
||||
|
||||
# Checking the ctime of input files of an action before uploading it to a remote cache. Prevents
|
||||
# concurrent local file modification from poisoning the build cache.
|
||||
# Docs: https://bazel.build/reference/command-line-reference#flag--experimental_guard_against_concurrent_changes
|
||||
build --experimental_guard_against_concurrent_changes
|
||||
|
||||
# Do not automatically create `__init__.py` files in the runfiles of Python targets. Fixes the wrong
|
||||
# default that comes from Google's internal monorepo by using `__init__.py` to delimit a Python
|
||||
# package. Precisely, when a `py_binary` or `py_test` target has `legacy_create_init` set to `auto (the
|
||||
|
|
|
@ -54,11 +54,6 @@ build --experimental_allow_tags_propagation
|
|||
fetch --experimental_allow_tags_propagation
|
||||
query --experimental_allow_tags_propagation
|
||||
|
||||
# Checking the ctime of input files of an action before uploading it to a remote cache. Prevents
|
||||
# concurrent local file modification from poisoning the build cache.
|
||||
# Docs: https://bazel.build/reference/command-line-reference#flag--experimental_guard_against_concurrent_changes
|
||||
build --experimental_guard_against_concurrent_changes
|
||||
|
||||
# Do not automatically create `__init__.py` files in the runfiles of Python targets. Fixes the wrong
|
||||
# default that comes from Google's internal monorepo by using `__init__.py` to delimit a Python
|
||||
# package. Precisely, when a `py_binary` or `py_test` target has `legacy_create_init` set to `auto (the
|
||||
|
|
|
@ -54,11 +54,6 @@ build --experimental_allow_tags_propagation
|
|||
fetch --experimental_allow_tags_propagation
|
||||
query --experimental_allow_tags_propagation
|
||||
|
||||
# Checking the ctime of input files of an action before uploading it to a remote cache. Prevents
|
||||
# concurrent local file modification from poisoning the build cache.
|
||||
# Docs: https://bazel.build/reference/command-line-reference#flag--experimental_guard_against_concurrent_changes
|
||||
build --experimental_guard_against_concurrent_changes
|
||||
|
||||
# Do not automatically create `__init__.py` files in the runfiles of Python targets. Fixes the wrong
|
||||
# default that comes from Google's internal monorepo by using `__init__.py` to delimit a Python
|
||||
# package. Precisely, when a `py_binary` or `py_test` target has `legacy_create_init` set to `auto (the
|
||||
|
|
|
@ -33,11 +33,11 @@ build --show_timestamps
|
|||
# https://bazel.build/reference/command-line-reference#flag--show_progress_rate_limit
|
||||
build --show_progress_rate_limit=5
|
||||
|
||||
# Don't use cursor controls in its screen output.
|
||||
# Use cursor controls in screen output.
|
||||
# Docs: https://bazel.build/docs/user-manual#curses
|
||||
build --curses=yes
|
||||
|
||||
# Use colors to highlight its output on the screen. Set to `no` if your CI does not display colors.
|
||||
# Use colors to highlight output on the screen. Set to `no` if your CI does not display colors.
|
||||
# Docs: https://bazel.build/docs/user-manual#color
|
||||
build --color=yes
|
||||
|
||||
|
|
|
@ -54,11 +54,6 @@ build --experimental_allow_tags_propagation
|
|||
fetch --experimental_allow_tags_propagation
|
||||
query --experimental_allow_tags_propagation
|
||||
|
||||
# Checking the ctime of input files of an action before uploading it to a remote cache. Prevents
|
||||
# concurrent local file modification from poisoning the build cache.
|
||||
# Docs: https://bazel.build/reference/command-line-reference#flag--experimental_guard_against_concurrent_changes
|
||||
build --experimental_guard_against_concurrent_changes
|
||||
|
||||
# Do not automatically create `__init__.py` files in the runfiles of Python targets. Fixes the wrong
|
||||
# default that comes from Google's internal monorepo by using `__init__.py` to delimit a Python
|
||||
# package. Precisely, when a `py_binary` or `py_test` target has `legacy_create_init` set to `auto (the
|
||||
|
|
Loading…
Reference in New Issue