-
Notifications
You must be signed in to change notification settings - Fork 20
Add 'bblfsh-cli' binaries to the release assets #115
Comments
Do you mean a binary build of the client itself? Right now we only have source tarballs for the client which are platform-independent. I think we'd have to choose a set of platforms to target. Or did you mean a subset of the source release? |
I think it could be useful for some people if the |
It makes sense, but if we're going to start pushing binary releases I think we should do it consistently for the various bblfsh projects. Unfortunately "the" binary isn't clearly defined, since it varies by platform (even in some cases across Linux versions). I'd be willing to update the issue to a more general "release binaries" request, though. |
Oh, sorry, I realized that I described the problem as a user, only cared about his problem. As an example, in Apps we deliver ps. I updated the issue desc in that direction, but feel free to edit it more accord to your preferences. |
Tests have been written in Python using bblfsh python client as we don't have a bblfsh cli yet that we can download easily for these tests (see bblfsh/go-client#115) Signed-off-by: Rafael Porres Molina <[email protected]>
* added tests to bblfshd chart Tests have been written in Python using bblfsh python client as we don't have a bblfsh cli yet that we can download easily for these tests (see bblfsh/go-client#115) Signed-off-by: Rafael Porres Molina <[email protected]> * bumped version Signed-off-by: Rafael Porres Molina <[email protected]>
Could you add
bblfsh-cli
binaries (for the considered platforms) to the released assets?that way it could be directly
wget
ed ;)The text was updated successfully, but these errors were encountered: