roc-streaming / roc-java

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

Freeze libroc version when building AAR on CI #112

Closed gavv closed 1 month ago

gavv commented 1 year ago

Currently, when CI builds AAR, it uses libroc from master branch of roc-toolkit. It's not good because this way AAR builds are not reproducible.

What we need to do:

ROC_VERSION should support any git revision notation: tag name, branch name, or commit hash.

gavv commented 1 month ago

Fixed via #132.