-
I would like to build a database for kubelet, in the Kubernetes monorepo: https://github.com/kubernetes/kubernetes. It's unfortunate because a non-negligible portion of the code actually happens in these modules. Is there a way to include these dependencies into the build? EDIT: I guess I should have asked on github/codeql but I cannot remove nor transfer this discussion... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
you can give |
Beta Was this translation helpful? Give feedback.
you can give
--command
more than once -- does it help to add extra build commands that build the dependency you'd like to extract?