-
Notifications
You must be signed in to change notification settings - Fork 519
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
rules_nodejs breaks with the Bazel flag --incompatible_disable_legacy_proto_provider
, to be flipped in Bazel 1.0
#979
Comments
Just merged the renovate PR that updates rules_go - try again? |
Nope... rules_nodejs still errors out @ 6367a1d with the same error message:
|
ping. We'd like to flip this flag in Bazel 1.0, which means this should be resolved pretty soon. |
@lberki oops, I was in a hurry. the PR I merged only updated rules_go for one of our example nested workspaces, not for the root workspace where it mattered. We are working on it now... some tests are failing after the rules_go upgrade. |
@lberki the cross_compile jobs on buildkite fail after the rules_go upgrade:
https://buildkite.com/bazel/rules-nodejs-nodejs/builds/3509 It looks like this was fixed in rules_go 0.19 so we are a bit stuck in dependency hell |
Ow. It seems that @jayconrod has an idea: bazel-contrib/rules_go#2076 (comment) If not, is using the And it seems to work well. Of course, updating |
The error message is:
which indicates that it depends on an old version of rules_go which doesn't have bazel-contrib/rules_go@838f81d and bazel-contrib/rules_go@8670623 .
The text was updated successfully, but these errors were encountered: