Skip to content

Makefile: Add target build #459

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

Merged
merged 1 commit into from
Mar 31, 2019
Merged

Makefile: Add target build #459

merged 1 commit into from
Mar 31, 2019

Conversation

teawater
Copy link
Contributor

kata-containers's ci will re-build and re-install golangci-lint every
time it did the staic check.
So run test of golangci-lint with build will make it slow.
Add target build to make golangci-lint just build but not test.

Fixes: #458

Signed-off-by: Hui Zhu [email protected]

Thank you for the pull request!

Please make sure you didn't directly change README.md: it should be changed only by changing README.tmpl.md and running make readme.

kata-containers's ci will re-build and re-install golangci-lint every
time it did the staic check.
So run test of golangci-lint with build will make it slow.
Add target build to make golangci-lint just build but not test.

Fixes: golangci#458

Signed-off-by: Hui Zhu <[email protected]>
@CLAassistant
Copy link

CLAassistant commented Mar 23, 2019

CLA assistant check
All committers have signed the CLA.

@jirfag jirfag merged commit 8319caf into golangci:master Mar 31, 2019
@jirfag
Copy link
Contributor

jirfag commented Mar 31, 2019

I didn't understand what did you mean but I've merged it. I guess you need to install golangci-lint as a binary release.

@ldez ldez added this to the v1.16 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Makefile: Add target build
4 participants