remove contrib/script/size.sh

This script does not bring accurate results. For nice dependency
analysis I can recommend goda:

https://github.com/loov/goda

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger 2025-06-17 18:01:51 +02:00
parent 605b1f7386
commit 4582c3413f
No known key found for this signature in database
GPG Key ID: EB145DD938A3CAF2
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh
: "${GOPATH?Need to set GOPATH}"
cd cmd/podman/ && eval `go build -work -a 2>&1` && find $WORK -type f -name "*.a" | xargs -I{} du -hxs "{}" | sort -rh | sed -e s:${WORK}/::g