Skip to content
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

feat: support build tag to reduce binary size w/o k8s #4323

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

kevwan
Copy link
Contributor

@kevwan kevwan commented Aug 19, 2024

fix #4322

  • write document on how to use

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.10%. Comparing base (8690859) to head (281f8c1).
Report is 123 commits behind head on master.

Additional details and impacted files
Files Coverage Δ
zrpc/resolver/internal/kubebuilder.go 16.07% <ø> (-4.69%) ⬇️
zrpc/resolver/internal/register_k8s.go 100.00% <100.00%> (ø)
zrpc/resolver/internal/resolver.go 100.00% <100.00%> (ø)

... and 254 files with indirect coverage changes

@kevwan kevwan merged commit 9d9c7e0 into zeromicro:master Aug 20, 2024
6 checks passed
@kevwan kevwan deleted the feat/limit-binary-size-no-k8s branch August 20, 2024 11:53
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.

rpc not use k8s,but still import it, resulted in generated code is too large
2 participants