-
Notifications
You must be signed in to change notification settings - Fork 123
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
ERROR: Unrecognized option: --define=key=value #120
Comments
What happens when you run |
It runs fine. I set my workspace using Do you need any bazel log/output? |
What do you mean by you set your workspace using bazel? ibazel is a wrapper around bazel that just repeatedly invokes it on the command line for you. I guess I'm confused by this because ibazel and bazel should emit the same errors (generated by bazel in the first place). Is there anything else abnormal about your system? How are you invoking ibazel? How are you installing ibazel? What version is installed? If it isn't the latest version, does it still behave this way? What if you use |
Sorry if I wasn't clear. What I meant to say is that I'm using regular I'll try to change the bazel.rc settings as you suggest and see if that works. |
Any luck with the bazel.rc changes? |
Yes, I changed it to look like this:
And it's working! I'm confused however on how does the system knows what the value of Thanks! |
Not actually an expert here, but I hypothesize that the run is just a |
I'm trying to setup ibazel to work with my current bazel workspace. I have a
toos/bazel.rc
that looks like this:Then I run
ibazel run //mytarget
and I get the following error:Is there anything I'm doing wrong? Thanks
The text was updated successfully, but these errors were encountered: