mbien commented on PR #5538:
URL: https://github.com/apache/netbeans/pull/5538#issuecomment-1437246272

   > Hm, I think it's actually good that the tests run from a pristine 
repository: it's hard to spot this kind of bug on a dev machine with all the 
artifacts and their whatever versions downloaded during development.
   
   its a question how well we pick the cache key. The build jobs hashes all 
binaries-list files, which works really well so far:
   
https://github.com/apache/netbeans/blob/master/.github/workflows/main.yml#L114
   
   gradle cache config could look like this:
   https://github.com/actions/cache/blob/main/examples.md#java---gradle
   
   the graalvm cache key could be the graalvm git tag (but I fear the whole jdk 
repo is too big to put into the cache)


-- 
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]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to