Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

No way to add optional arguments to build command #25

Open
calhamdower opened this issue Feb 10, 2017 · 2 comments
Open

No way to add optional arguments to build command #25

calhamdower opened this issue Feb 10, 2017 · 2 comments

Comments

@calhamdower
Copy link

I've had a go at utilizing this for building tensorflow serving, I can build and run okay but I cannot debug as ill need to add the --compilation_mode=dbg flag to the bazel build string. is there a way to do this? Short of forking and appending in BAZEL Command?

@damienmg
Copy link
Contributor

You can also set it to your ~/.bazelrc but definitely having a way to set it inside eclipse would be good.

@calhamdower
Copy link
Author

That's a good point above; I don't know why I didn't think of that as I'd seen it used elsewhere...
Definitely would be nice to have an option though, especially since the infrastructure seems there... I'll give the ~/.bazelrc a go.

bazel-io pushed a commit that referenced this issue Aug 21, 2017
With that change, we just need to add the necessary UI to call those
action to be able to solve #44.

This also add the necessary plumbing for #25 but it is also missing the
necessary UI.

Change-Id: I12adc3ef9036c559ebdcc5d16e3e6a450e543b5f
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants