-
Notifications
You must be signed in to change notification settings - Fork 61
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
Migration needed for Automatic Exec Groups #451
Comments
@sgowroji what did you do to determine that we need a migration? I've build with |
This prepares us for bazel-head. We still need to bump used rules (e.g. rules_oci) when they ship a fix. See #451.
@sgowroji as much as we'd like to fix it, I believe the common bazel rules need to make the first move. |
This prepares us for bazel-head. We still need to bump used rules (e.g. rules_oci) when they ship a fix. See #451.
Hi @ensonic, Bazel team member here. Yes, this applies also to run_shell, which is documented in the above mentioned Bazel documentation (see And yes, sometimes toolchain needs to be set to
I see a commit after this - Is the migration done or do you still have some questions? |
I've changed it for this repo but it is hard to say when it is done for all deps. I've also just sent a PR to bump rules_oci, lets see. |
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 core. 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:
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.
The text was updated successfully, but these errors were encountered: