-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
info command does not support starlark options #15
Comments
After a brief search, it seems that it is bazel's design choice, or maybe flaw. See bazelbuild/bazel#13473 for the detail. It seems that your have
in your
then invoke |
This happens inside CLion and prevents it from properly "syncing" the code base. As a result, no code navigation possible. So, for this use case it's not harmless :( |
Try this one bazelbuild/bazel#13473 (comment) |
I'd assume this problem is solved. Close for not. Feel free to reopen if it doesn't. |
$ bazel info --curses=no --color=yes --progress_in_terminal_title=no -- (19:48:51) WARNING: info command does not support starlark options. Ignoring options: [--@rules_cuda//cuda:enable=True, --@rules_cuda//cuda:copts=-std=c++17]
Could you check please?
The text was updated successfully, but these errors were encountered: