-
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
bazel build from cli passes, bazel build from clion fails #7169
Comments
Hi, can you please share the result of |
Try this:
and run the command again. Bazel 8.0.0 was released 4 days ago. If you use Bazelisk, it will pick it up automatically unless Bazel version is configured explicitly. |
Had the same issue using version 8.0.0. After downgrading to 7.1.2, everything worked fine again. |
This is a bug in the plugin when a user migrates from bazel 7 to bazel 8. The workaround is to find a |
It might also be caused if you use a fork and the version string can't be parsed |
oh, this seems to be more severe. working on it. |
fixed by #7045 |
so there are several issues related to this message:
|
Also the issue is fixed in the beta feed |
Description of the bug:
from CLI, bazel build //... works no errors. build in clion fails.
error loading package 'external': the repository @@intellij_aspect does not exist, but has been specified as overridden with --override_repository. Use --inject_repository instead to add a new repository.
project fails to build.
Which category does this issue belong to?
CLion
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
open the bazel repository examples/cpp-tutorial/stage3 in clion. hit build. fail.
Which Intellij IDE are you using? Please provide the specific version.
clion 2024.3.1
What programming languages and tools are you using? Please provide specific versions.
No response
What Bazel plugin version are you using?
2024.11.19.0.3-api-version-243
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: