akshayabd opened a new pull request, #3272: URL: https://github.com/apache/calcite/pull/3272
The :babel:fmppMain and :server:fmppMain tasks currently do not work with remote build caching. One of the inputs is a directory and currently it's configured to look at the absolute path instead of the relative path. This causes different input hashes to be computed on different machines, hence the tasks do not work correctly with remote build caching. This PR addresses the issue by making the hashes for input directories look at the relative path. -- 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]
