sysroot-cleaner/src
Matteo Settenvini 1922297b4a
fix(dso): allow specifying extra lib folders on the cmdline
Before we were relying on LD_LIBRARY_PATH, but it is misleading
as it will most likely also affect the sysroot-cleaner binary itself.

This instead introduces a separate command line argument,
`--ld-path`, to specify a list of paths to search.

Also includes some minor refactoring.
2025-06-02 19:04:14 +02:00
..
cleaners fix(dso): allow specifying extra lib folders on the cmdline 2025-06-02 19:04:14 +02:00
args.rs fix(dso): allow specifying extra lib folders on the cmdline 2025-06-02 19:04:14 +02:00
cleaners.rs fix(dso): allow specifying extra lib folders on the cmdline 2025-06-02 19:04:14 +02:00
decision.rs fix: use a pipeline of cleaners instead of parallel run 2025-02-19 14:37:57 +01:00
main.rs feat(dso): implement unused DSO cleaner 2025-01-26 03:09:16 +01:00