zhengruifeng opened a new pull request, #42288: URL: https://github.com/apache/spark/pull/42288
### What changes were proposed in this pull request? Make `free_disk_space` uninstall two unused packages completely ### Why are the changes needed? ``` dpkg: warning: while removing php8.1-fpm, directory '/usr/share/php' not empty so not removed ... dpkg: warning: while removing powershell, directory '/usr/local/share/man/man1' not empty so not removed Purging configuration files for azure-cli (2.50.0-1~jammy) ... dpkg: warning: while removing azure-cli, directory '/opt/az' not empty so not removed ``` we can not remove '/usr/local/share/man/man1' for `powershell`: 1. this path contains docs for other packages; 2. after removing it, `powershell` requires to remove '/usr/local/share` so let `powershell` alone ### Does this PR introduce _any_ user-facing change? no, infra-only ### How was this patch tested? updated CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
