-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add missing rules_apple allowlist alias #24582
Add missing rules_apple allowlist alias #24582
Conversation
If this is used from a WORKSPACE, or used in bzlmod with the repo name overridden to the old name, rules_apple isn't correct for this allowlist.
@bazel-io flag |
This is just nice to do, but also works around bazelbuild/bazel#24582 for now
It's a bit unfortunately we discovered this so late, do we need a new rc for Bazel 8 or this issue can still be worked around from rules_apple by bazelbuild/rules_apple#2614? |
@keith Thanks for the fix. @meteorcloudy @keith I would think that for the change in AppleBootstrap.java we don't need a new RC; since the flag INCOMPATIBLE_STOP_EXPORTING_LANGUAGE_MODULES is still false by default, I would expect bazel 8 to work even with an incomplete allow list. I don't know about the change in BuiltinRestriction.java, however. @keith Does the missing entry actually break something with bazel 8 atm? |
Workspace users will be broken without this fix because of |
@bazel-io fork 8.0.0 |
@brentleyjones Can you make a new release of the apple rules? Maybe we could also fix #24583 |
If this is used from a WORKSPACE, or used in bzlmod with the repo name overridden to the old name, rules_apple isn't correct for this allowlist. Closes bazelbuild#24582. PiperOrigin-RevId: 703493907 Change-Id: Ie4f88de60775c50874169e4fb5712b7b5fe8b8bd
If this is used from a WORKSPACE, or used in bzlmod with the repo name overridden to the old name, rules_apple isn't correct for this allowlist. Closes bazelbuild#24582. PiperOrigin-RevId: 703493907 Change-Id: Ie4f88de60775c50874169e4fb5712b7b5fe8b8bd
i don't think that release will fix anything, but i hope to finish bazelbuild/rules_apple#2609 today, which should |
The changes in this PR have been included in Bazel 8.0.0 RC8. Please test out the release candidate and report any issues as soon as possible. |
If this is used from a WORKSPACE, or used in bzlmod with the repo name
overridden to the old name, rules_apple isn't correct for this
allowlist.