ci: reduce bpf2go and gentypes verbosity, mount gomodcache when using podman#1634
ci: reduce bpf2go and gentypes verbosity, mount gomodcache when using podman#1634ti-mo merged 3 commits intocilium:mainfrom
Conversation
aea4229 to
ca725b9
Compare
|
Ack on the podman changes. Verbose I'm neutral on the bpf2go change. Does the tool print anything now by default? I always ask myself whether things worked when there is no output at all. |
I'll take another look and maybe add a verbose flag like bpf2go has now.
I find these statements a bit contradictory. 😛 The number being non-zero means it worked and the tool did something. Over time we get a sense of how many types we'd expect to see there, and we can catch things that are out of the ordinary. |
…Podman This significantly speeds up rebuilds when running locally. Signed-off-by: Timo Beckers <[email protected]>
…ault This made the build output relatively crowded. Only display a count from now on, as builds are easy to troubleshoot and reproduce locally. Run `make V=1` to show all output. Signed-off-by: Timo Beckers <[email protected]>
The verbose flag defaults to the 'V=' environment variable used by Make, so e.g. running `make V=1` will turn on verbosity for bpf2go builds. Signed-off-by: Timo Beckers <[email protected]>
V=1env