Skip to content
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

Envoy is incompatible with --incompatible_load_{cc,java,python}_rules_from_bzl #9397

Closed
Yannic opened this issue Dec 18, 2019 · 0 comments
Closed
Assignees
Labels
area/build no stalebot Disables stalebot from closing an issue

Comments

@Yannic
Copy link
Contributor

Yannic commented Dec 18, 2019

Hello maintainers of Envoy 👋,

The Bazel team is in progress of migrating the native C++, Java, and Python rules to Starlark. As a first step towards this goal, starting with Bazel 3.0, all these rules will require explicit load statements.

You can use the following buildifier command to apply most of the required migrations for you:

buildifier --lint=fix --warnings=native-cc,native-java,native-py $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")

For further information, see bazelbuild/bazel#8743, bazelbuild/bazel#8746, bazelbuild/bazel#9006, or ping me.

Thanks,
Yannic

@Yannic Yannic changed the title Envoy is incompatible with --incompatible_load_{cc,java}_rules_from_bzl Envoy is incompatible with --incompatible_load_{cc,java,python}_rules_from_bzl Dec 18, 2019
@mattklein123 mattklein123 added area/build no stalebot Disables stalebot from closing an issue labels Dec 19, 2019
@mattklein123 mattklein123 added this to the 1.14.0 milestone Dec 19, 2019
@mattklein123 mattklein123 modified the milestones: 1.14.0, 1.15.0 Mar 10, 2020
@mattklein123 mattklein123 removed this from the 1.15.0 milestone Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build no stalebot Disables stalebot from closing an issue
Projects
None yet
Development

No branches or pull requests

3 participants