continuous-integration
continuous-integration copied to clipboard
java.lang.IllegalArgumentException: flag --tls_enabled was not found
Seeing this error in all recent rules_proto builds:
https://buildkite.com/bazel/rules-proto/builds/107#a88dc931-1c8e-4202-a4c3-d0a63aff58ce
Any advice?
Ref: https://github.com/stackb/rules_proto/pull/99
Pretty sure that’s because of the “build --all_incompatible_changes” in the project’s .bazelrc file: https://github.com/stackb/rules_proto/blob/master/.bazelrc
That is not supported, because it enables flags that aren’t scheduled for migration yet and can confuse our CI, because it changes behavior in Bazel that we might still rely on.