Skip to content

Commit

Permalink
chore: update to aspect_bazel_lib 1.27.2 (#1470)
Browse files Browse the repository at this point in the history
Touch /docs folder to re-gen docsite with updated bazelrc
recommendations. See aspect-build/bazel-lib#380

GitOrigin-RevId: b4872cb2356df495590e89cda09afb2e2cb4d22d
  • Loading branch information
gregmagolan committed Feb 28, 2023
1 parent f6e5918 commit 49ccfb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/bazelrc/ci.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 0 additions & 5 deletions docs/bazelrc/correctness.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49ccfb0

Please sign in to comment.