bazelbuild/intellij

Flag --incompatible_disable_starlark_host_transitions will break IntelliJ UE Plugin in Bazel 7.0

keertk opened this issue · 1 comments

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

mai93 commented

Fixed with 340cf76