Skip to content

Commit

Permalink
Fix BwtB performance issue
Browse files Browse the repository at this point in the history
Sets `--experimental_action_cache_store_output_metadata` to work around bazelbuild/bazel#13912.
  • Loading branch information
brentleyjones committed Oct 7, 2022
1 parent 5f8c7df commit eb64f98
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions shared.bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
build --incompatible_disallow_empty_glob
build --experimental_convenience_symlinks=ignore

# Work around https://github.com/bazelbuild/bazel/issues/13912
build --experimental_action_cache_store_output_metadata

build --remote_default_exec_properties=OSFamily=darwin
build --remote_default_exec_properties=cache_bust=macOS_12.0/3

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions xcodeproj/internal/xcodeproj.template.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ common:rules_xcodeproj --verbose_failures
# We default to `dbg` since debugging is broken otherwise
build:rules_xcodeproj --compilation_mode=dbg

# Work around https://github.com/bazelbuild/bazel/issues/13912
build:rules_xcodeproj --experimental_action_cache_store_output_metadata

# Xcode builds shouldn't mess with the workspace's symlinks
build:rules_xcodeproj --experimental_convenience_symlinks=ignore

Expand Down

0 comments on commit eb64f98

Please sign in to comment.