-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore: Realign binary naming & ldflags #99
Conversation
Bring binary naming in Makefile in line with previous releases (i.e. make a bare binary, named with suffixes, not in a tar.gz file). Use Makefile foreach to reduce repetition. Make ldflags more similar to Homebrew Go standard ldflags so binaries downloaded from GH or built with Homebrew are more closely aligned.
@ocean However, I cannot find neither tests for producing these binaries nor direct calls to this command in CI + assertions that they were actually created. Is it possible for you to add a behat test to run thanks |
0e7b2fb
to
064559d
Compare
Ok @AlexSkrypnyk - I wrote a BATS test which cross compiles the binaries and then checks to see they exist, good idea 👍 |
c0e5fee
to
83481eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ocean
Please merge at your earliest convenience.
You're allowed to merge too if you want @AlexSkrypnyk 😜 |
Bring binary naming in Makefile in line with previous releases
(i.e. make a bare binary, named with suffixes, not in a tar.gz file).
Use Makefile foreach to reduce repetition.
Make
ldflags
more similar to Homebrew Go standardldflags
sobinaries downloaded from GH or built with Homebrew are more
closely aligned.