Sahin Yort
Sahin Yort
Current workaround for run_js_binary is to set ``` copy_srcs_to_bin = False, chdir = "../../../", ``` in the case of `pbjs`, this is caused mainly by how `pbjs` works. it wants...
https://github.com/buildbuddy-io/buildbuddy/commit/fb7447407db590ccf28b9266540297ab6e22fb3c Fixes protobuf issue
> Or you could just carry forward on your own fork and send the PR from there, you don't need me involved :) Sure. There is a couple of `integrity`...
> cool, what repo did that commit come from? can you PR that to my `master` branch on `alexeagle` fork? It's my own fork merged with yours.
https://github.com/buildbuddy-io/buildbuddy/pull/2143 is up.
cc @crazy-max
> @thesayyn we don't support these platforms, so we'd to discuss and implement that before this issue becomes relevant. I see. should I file a separate issue for that? I...
Also, are there any plans to add support for darwin officially? if so I'd like to help with that.
Sure. I am working on a project adding OCI support to bazel. A speculative alternative to https://github.com/bazelbuild/rules_docker. Part of the project requires me to spin up a local instance of...
> So you want to use it as part of local development of another tool? That makes sense. Ish. I want to use it as an ephemeral registry and accumulate...