Mikhail Mazurskiy
Mikhail Mazurskiy
FWIW there is no `realpath` command on macOS (with command line tools installed). Getting `command not found: realpath`. But there is `readlink`.
FWIW I'm trying to do the same in `rules_proto_grpc`: https://github.com/rules-proto-grpc/rules_proto_grpc/pull/98 It's not going well and any help is appreciated!
@vmihailenco You are right, I've looked at the code a bit more and refactored it to only check errors.
Not the tests are failing. Not sure why...
Ok, found and fixed the problem. One of the build actions still fails but it's because of an I/O timeout. Looks unrelated to the code I changed.
PTAL @vmihailenco
Hm, I guess what I want is to have a pipeline of many transactions. Can I do that?
@Globegitter what you want to do makes sense but it may not work, unfortunately. I'd like to do something similar (push multiple docker images using a single bazel run) but...
[GOPATH is going away within a year](https://github.com/golang/go/wiki/GOPATH#deprecating-and-removing-gopath-development-mode), so no point in supporting it. I think this rule just cannot be made to work the way it currently... works. It needs...
On the other hand, if you use this rule and it would be convenient for you to have it with the patch, feel free to submit a PR. It will...