Skip to content

Commit b472da9

Browse files
committed
rephrase poorly written point
1 parent 4661e74 commit b472da9

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-testing/2420-reducing-kubernetes-build-maintenance

1 file changed

+1
-1
lines changed

keps/sig-testing/2420-reducing-kubernetes-build-maintenance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ In addition to the points made in 1.) above as to why this is not particularly v
647647
- CGO pkg-config directives do not work in `rules_go`, requiring brittle work-arounds
648648
- Cross compiling with CGO under bazel is tricky, and despite @ixdy getting close at one point, never shipped in Kubernetes, let alone portably, or capable of shipping a full release.
649649
- @ixdy suspects this would largely have to be reimplemented now
650-
- This is unlikely to be popular with contributors
650+
- This is less likely to grow the amount of potential contributor bandwidth available to improve the kubernetes/kubernetes build system. We have a larger pool of contributors today who have demonstrated experience updating our existing make build system vs. updating bazel's components and our usage of it. Traction with our contributor base is important to ongoing project health.
651651
- Large portions of Kubernetes are intended for dual use internally and as exported go libraries ("staging") to be consumed by other projects, where we'd still need to support use without bazel (i.e. checked-in generated code etc.).
652652

653653

0 commit comments

Comments
 (0)