continuous-integration icon indicating copy to clipboard operation
continuous-integration copied to clipboard

java.lang.IllegalArgumentException: flag --tls_enabled was not found

Open pcj opened this issue 6 years ago • 1 comments

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

pcj avatar Jun 14 '19 20:06 pcj

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.

philwo avatar Jun 14 '19 20:06 philwo