nchammas opened a new pull request, #58206: URL: https://github.com/apache/spark/pull/58206
### What changes were proposed in this pull request? Tolerate failures from `apt-get` remove directly. Refactor the list of packages to remove into an array. Remove the call to `apt-get update`. ### Why are the changes needed? #53226 added the call to `update` specifically to fix intermittent failures when calling `remove`. That `update`, however, had its own issues and hit up against https://github.com/actions/runner-images/issues/14594. This in turn triggered the addition of a timeout to the cleanup in https://github.com/apache/spark/pull/58121. If we tolerate `remove` failures directly, we don't need the `update` anymore. I don't think we need the timeout either, but I've left that alone. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI on this PR. ### Was this patch authored or co-authored using generative AI tooling? I wrote this with assistance from GitHub Copilot. -- 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]
