-
Notifications
You must be signed in to change notification settings - Fork 15.9k
Description
Migration to Automatic Exec Groups (AEGs) is needed since its incompatible flag (--incompatible_auto_exec_groups) will be enabled for Bazel@Head quite soon, thus it will be breaking your project. Please migrate and fix potential errors, in order to unblock your project and users who depend on your project. Potential errors can be triggered by building your project with this incompatible flag. Note that AEGs will not be flipped by default for Bazel 8, but for Bazel at head after Bazel 8 cut.
For more details, please check:
General Bazel documentation for AEGs
Particularly interesting parts could be
Most common errors you could see during this migration
How to disable AEGs until fully migrated
Never heard of incompatible flags before? We have documentation that explains everything.
If you have any questions, please file an issue in https://github.com/bazelbuild/bazel/issues.