litongxin1991 commented on issue #123: sgxapp-kms target won't cache build results URL: https://github.com/apache/incubator-mesatee/issues/123#issuecomment-561867578 I think it's caused by build.rs. Build.rs will compile the kms.proto repeatedly. I found using "cargo:rerun-if-changed" in build.rs may solve the problem. Let me try whether it works.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
