Omega359 commented on issue #13814: URL: https://github.com/apache/datafusion/issues/13814#issuecomment-2549003093
install sccache and tell rust to use it ``` export RUSTC_WRAPPER=sccache ``` ``` alias cargo="RUSTFLAGS='-Z threads=8' cargo +nightly" ``` With the above two options I see a full build on my machine taking 100.8s (1m 40.8s). https://corrode.dev/blog/tips-for-faster-rust-compile-times/ -- 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]
