Skip to content

[FR]: Update bazelrc recommendations now that 'common' is fixed #486

@alexeagle

Description

@alexeagle

What is the current behavior?

Bazel 6.3.0 contains

Options specified on the pseudo-command common in .rc files are now ignored by commands that do not support them as long as they are valid options for any Bazel command. Previously, commands that did not support all options given for common would fail to run. These previous semantics of common are now available via the new always pseudo-command. (bazelbuild/bazel#18609)

Describe the feature

This means we can use this rather than exhaustively specifying many flags under several commands like build, query, fetch

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions