-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 requestNew feature or request