PHILO-HE opened a new pull request, #9168: URL: https://github.com/apache/incubator-gluten/pull/9168
## What changes were proposed in this pull request? 1. Since https://github.com/facebookincubator/velox/commit/e8c986c9b2edbcd32d6855959b957a6b906eec42, /usr/local/lib/libprotobuf.so.32 is not installed on Ubuntu but a static lib is installed, which causes packing third-party lib fails. 2. The `tzdata-2025a-1.el9.noarch.rpm` rpm package cannot be installed on centos-7. Like Yuan's fix in velox_backend.yml, use pip to install and update zoneinfo. ``` Error: transaction check vs depsolve: rpmlib(PayloadIsZstd) <= 5.4.18-1 is needed by tzdata-2025a-1.el9.noarch ``` ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) -- 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]
