-
Notifications
You must be signed in to change notification settings - Fork 56
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_config_setting_private_default_visibility will break rules_webtesting in Bazel 7.0 #446
Comments
This project is on an old rules_go release; after its deps are updated, I think this will be ok |
I tried building with today's rules_go release; however, there will need to also be a new bazel-gazelle (not yet released) due to (at least) bazel-contrib/rules_go#3276 |
@joshbruning hi, are you still a maintainer here? I noticed this issue is 6mo old, I am sure any changes you need from rules_go and bazel-gazelle have been released. |
No, I haven't been for some years; @mtrea - I think you should try updating the version set and trying a build at least (it may end up being easy); the version diff is getting bigger, and will eventually make the update more difficult to do in one-shot, and there have been an increasing number of linter headaches |
Hi @joshbruning, Could you please look in to this issue.Thanks! |
I'm not a maintainer. |
@mtrea Can you Please have a look on the above failures. Thanks! |
Incompatible flag
--incompatible_config_setting_private_default_visibility
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#12933.
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: