Siddhartha Bagaria

Results 36 comments of Siddhartha Bagaria

To the point of @hwright, we have been using the zipped binaries as file dependencies in `docker_build` rules without any problems.

@groodt Not sure how detailed an example you want because it's a simple point. But something like, ``` py_binary( name = "bin", ... ) container_image( name = "img", ... files...

Yes. We have the option in our repo bazelrc.

Should have been resolved by #102.

So I looked into this a little more. It looks like the way we get the compile command in Starlark is not compatible with the layering_check feature, which is only...

@keith I have given you write-access to the repository now. If you ever feel like adding major features or refactoring existing code, please go ahead and directly merge your changes....

Is there a way to make `bazel coverage //some_py_test` not fail even if it does not collect coverage information. Currently, it fails because `:lcov_merger` attribute is not defined in py_test...

This project is being archived.

This may be resolved now with the new wrapper scripts. Can someone please try it and close this issue?