You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we build with make build, the sha1 of the tip is appended to the version displayed when doing rafka -version. However, the debian package doesn't contain this info. I assume this is because dh-make-golang does a go build instead of make build.
If my above assumptions are true, it'd be good if we could customize the procedure to use make build instead.
The text was updated successfully, but these errors were encountered:
When we build with
make build
, the sha1 of the tip is appended to the version displayed when doingrafka -version
. However, the debian package doesn't contain this info. I assume this is because dh-make-golang does ago build
instead ofmake build
.If my above assumptions are true, it'd be good if we could customize the procedure to use
make build
instead.The text was updated successfully, but these errors were encountered: