roc-streaming / roc-java

JNI bindings for Roc Toolkit.
https://roc-streaming.org
MIT License
21 stars 14 forks source link

Add cache for Build Roc step for android/osx ci jobs #92

Open ortex opened 1 year ago

ortex commented 1 year ago

Need to add cache for Build Roc step for android/osx ci jobs.

cache key could be head commit from roc-toolkit

gavv commented 1 year ago

We can use ccache or cache build results of libroc as a whole, by commit hash. The latter likely would be easier to set up.