-
Notifications
You must be signed in to change notification settings - Fork 312
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
Project sync fails with errors #445
Comments
Looks like you'll need to add "--incompatible_depset_union=false" to your bazel flags (either your .bazelrc file, or the "build_flags" .bazelproject file), or downgrade to an earlier version of bazel. |
What @brendandouglas said. See bazelbuild/bazel#5817 for more information on how to migrate their projects to use the new constructor. |
From the error message, it seems like it was explicitly set to true (using either |
See bazelbuild/intellij#445 The bazel build in gen_compile_commands.sh uses + to add to depsets which was apparently depreciated with newer releases.
See bazelbuild/intellij#445 The bazel build in gen_compile_commands.sh uses + to add to depsets which was apparently depreciated with newer releases.
Actualy there are lots of identical errors which look like this:
Bazel version is: 0.18.1-homebrew
Idea: 2018.2.4
Plugin: 2018.10.22.0.2
Is there any workaround for this?
The text was updated successfully, but these errors were encountered: