bazelbuild / rules_webtesting

Bazel rules to allow testing against a browser with WebDriver.
Apache License 2.0
96 stars 56 forks source link

Flag --incompatible_disable_starlark_host_transitions will break rules_webtesting in Bazel 7.0 #449

Closed keertk closed 10 months 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_webtesting. 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 @mtrea, Gentle ping , Can you share any significant update on this issue. Thanks!

mtrea commented 10 months ago

Created https://github.com/bazelbuild/rules_webtesting/pull/470. Is it really just a trivial string replacement or was there something that required domain-specific knowledge here?

mtrea commented 10 months ago

Seems to be fixed, let me know if I've missed something.