We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e3ac0 commit ba88febCopy full SHA for ba88feb
hack/make-and-check-size
@@ -111,6 +111,9 @@ for bin in bin/*;do
111
delta_size=$(( size - size_orig ))
112
113
printf "%-20s size=%9d delta=%6d\n" $bin $size $delta_size
114
+ if [[ "$bin" = bin/podman-testing ]]; then
115
+ continue # We compute / list this for completeness, but size does not matter to users.
116
+ fi
117
if [[ $delta_size -gt $MAX_BIN_GROWTH ]]; then
118
separator=$(printf "%.0s*" {1..75}) # row of stars, for highlight
119
echo "$separator"
0 commit comments