PHILO-HE commented on issue #6577: URL: https://github.com/apache/incubator-gluten/issues/6577#issuecomment-2464199279
We have already enabled Velox's monolithic build. But I found when gluten test or benchmark is enabled, Gluten's build depends on some other lib files and some generated headers from Velox. So it is not enough to just cache libvelox.a, which makes this thing a bit complicated. Currently, ccache is enabled in CI. We now just depend on ccache to speed up velox build. It's more stable and has better cache mechanism. It can also bring significant acceleration. Let's close this issue. Thanks! -- 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]
