haampie / libtree

ldd as a tree
MIT License
2.63k stars 60 forks source link

Release tarball with vendored dependencies included #3

Closed maxice8 closed 4 years ago

maxice8 commented 4 years ago

Telegram also has vendored dependencies, so to help distributions have reproducible builds and convenience they have a tarball on each release that includes the vendored dependencies. Can we get that for libtree ?

haampie commented 4 years ago

This is now done with a simple github action, starting from v1.0.3:

https://github.com/haampie/libtree/blob/master/.github/workflows/ccpp.yml#L51-L65