probonopd / static-tools

Building static binaries of some tools using an Alpine chroot with musl
MIT License
28 stars 13 forks source link

Add tools: strace, iproute2, procps #46

Closed znick closed 1 year ago

znick commented 1 year ago

All tools are build statically:

$ ldd *
appstreamcli-x86_64:
    not a dynamic executable
bsdtar-x86_64:
    not a dynamic executable
desktop-file-install-x86_64:
    not a dynamic executable
desktop-file-validate-x86_64:
    not a dynamic executable
free-x86_64:
    not a dynamic executable
ifstat-x86_64:
    not a dynamic executable
ip-x86_64:
    not a dynamic executable
kill-x86_64:
    not a dynamic executable
lnstat-x86_64:
    not a dynamic executable
mksquashfs-x86_64:
    not a dynamic executable
nstat-x86_64:
    not a dynamic executable
patchelf-x86_64:
    not a dynamic executable
pgrep-x86_64:
    not a dynamic executable
pidof-x86_64:
    not a dynamic executable
pidwait-x86_64:
    not a dynamic executable
pkill-x86_64:
    not a dynamic executable
pmap-x86_64:
    not a dynamic executable
ps-x86_64:
    not a dynamic executable
pwdx-x86_64:
    not a dynamic executable
rtacct-x86_64:
    not a dynamic executable
runtime-fuse2-x86_64:
    not a dynamic executable
slabtop-x86_64:
    not a dynamic executable
ss-x86_64:
    not a dynamic executable
strace-x86_64:
    not a dynamic executable
tload-x86_64:
    not a dynamic executable
top-x86_64:
    not a dynamic executable
unsquashfs-x86_64:
    not a dynamic executable
update-desktop-database-x86_64:
    not a dynamic executable
uptime-x86_64:
    not a dynamic executable
vmstat-x86_64:
    not a dynamic executable
watch-x86_64:
    not a dynamic executable
zsyncmake-x86_64:
    not a dynamic executable
probonopd commented 1 year ago

Nice work. Static binaries can be very useful. But in this repository I focus on the tools I need for my projects. So feel free to host your own version of this repository if you need more tools. Thanks!