bazelbuild / rules_closure

Closure rules for Bazel
https://developers.google.com/closure
Apache License 2.0
152 stars 114 forks source link

Flag --incompatible_disable_starlark_host_transitions will break rules_closure in Bazel 7.0 #568

Open keertk opened 1 year ago

keertk commented 1 year ago

Incompatible flag --incompatible_disable_starlark_host_transitions will be enabled by default in the next major release (Bazel 7.0), thus breaking rules_closure. 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.

sgowroji commented 1 year ago

Hi Team, Gentle ping , Can you share any significant update on this issue. Thanks!

gkdn commented 1 year ago

This is replacing cfg = "host" with cfg = "exec" right?

sgowroji commented 1 year ago

Yes @gkdn

gkdn commented 1 year ago

Thanks @sgowroji

What is the minimum version where cfg = "exec" works? And do you know which version bazelci configured with?

sgowroji commented 1 year ago

@gregestren Could you please guide on the above mentioned comment. Thanks!