-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile standalone binary #275
Comments
@mikelalcon hi from Bazel maintainer - I trip over this at clients regularly. Forcing users to build your application from source is fraught with perils, such as polluting their Would you be interested in a PR to add some automation here that publishes an uberjar for each release? If not I may create a separate repo in the spirit of https://github.com/aspect-build/bsdtar-prebuilt that publishes this, since I need it frequently. |
@alexeagle I don't think any release related work is gonna happen - see this comment #273 (comment) from @hsudhof. So a separate repo looks like the only option. |
Okay, that's not surprising, thanks for tracking that down. I agree that won't work - and Google Cloud Build is a non-starter since they won't give non-googlers access to needed bits. |
I think we should have some kind of release, but we cannot offer version compatibility for now. I let @hsudhof decide if we do it. |
@mikelalcon @hsudhof did you come to any conclusion? I think version compatibility is not needed at this point. For now monthly |
Let me ask internally how hard would be to put something together. |
Fixes #275 Change-Id: Id7c7716d0b4dcc3f75d872d9945fd43d056df1ca
@alexeagle how does #310 look ? |
Fixes #275 Change-Id: Id7c7716d0b4dcc3f75d872d9945fd43d056df1ca
This change adds automated weekly test releases that don't require to compile the code. An additional option is added to do manual releases. Fixes #275 Change-Id: If038652623f8a8e0528984c9ed53a97d2cfedd75
This change adds automated weekly test releases that don't require to compile the code. An additional option is added to do manual releases. Fixes #275 Change-Id: If038652623f8a8e0528984c9ed53a97d2cfedd75
This change adds automated weekly test releases that don't require to compile the code. An additional option is added to do manual releases. Fixes #275 Change-Id: If038652623f8a8e0528984c9ed53a97d2cfedd75
This change adds automated weekly test releases that don't require to compile the code. An additional option is added to do manual releases. Fixes #275 Change-Id: If038652623f8a8e0528984c9ed53a97d2cfedd75
How to compile the project into a single binary that doesn't require Java o be installed?
The text was updated successfully, but these errors were encountered: