-
Notifications
You must be signed in to change notification settings - Fork 248
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
Flag --incompatible_disable_starlark_host_transitions will break rules_foreign_cc examples in Bazel 7.0 #988
Comments
Hopefully fixed by #995 |
Hi @jsharpe I'm unfortunately still seeing errors here. Could you please check/reopen?
|
Hi @jsharpe, Could you please share the latest update of this issue fix ? Thanks! |
As far as I know there is no issue with the ruleset itself, just with the versions of the dependencies in use in the examples. I don't have a huge amount of time to investigate this but I think a bump to rules_jvm_external should be all that's required? |
Without permissions to trigger the failing buildkite pipeline this is kind of hard to iterate on fixing too btw @sgowroji - any improvements to the CI to be able to independently check such failures would be very useful. |
Incompatible flag
--incompatible_disable_starlark_host_transitions
will be enabled by default in the next major release (Bazel 7.0), thus breaking rules_foreign_cc. Please migrate to fix this and unblock the flip of this flag.The flag is documented here: bazelbuild/bazel#17032.
Please check the following CI builds for build and test results:
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/continuous-integration.
The text was updated successfully, but these errors were encountered: