-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
make: fix make install
not using ldflags for git hash
#3838
Conversation
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
@Kubuxu could we perhaps have a test for this? |
Not sure how to test it, it uses buildsystem and at the same time it installs into GOPATH, it would be hard. |
A sharness test should be able to just check |
This affects I will add test for commit, but it will find regression with |
@Kubuxu how about we default the variable to something that indicates its not an 'official' build? |
So do we want to confront Semver? Then I suggest: |
those SGTM. The 'sometag' is generally 'dirty' |
We can also add |
@Kubuxu is this ready to go? |
If tests are to be separate, yes. |
Resolves #3837
License: MIT
Signed-off-by: Jakub Sztandera kubuxu@protonmail.ch