Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNL: testing --experimental_action_cache_store_output_metadata with Bazel 7 #595

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ common --workspace_status_command "${PWD}/workspace_status.sh"

common:release -c opt --stamp

# DNL: testing testing
build --experimental_action_cache_store_output_metadata

# --noexperimental_check_output_files setting from .aspect/bazelrc/performance.bazelrc breaks "build without the bytes" with Bazel 7
# NB: these can't be common since since performance.bazel uses {build,fetch,query} and these will stop over any common settings
build --experimental_check_output_files
Expand Down
Loading