rules_foreign_cc
rules_foreign_cc copied to clipboard
Migration needed for Automatic Exec Groups
Migration to Automatic Exec Groups (AEGs) is needed since its incompatible flag (--incompatible_auto_exec_groups) will be enabled for Bazel@Head by default next week (week of 14th of October), thus it will be breaking rules_foreign_cc. 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:
- The reference issue
-
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
- Particularly interesting parts could be
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.