roc-java icon indicating copy to clipboard operation
roc-java copied to clipboard

Freeze libroc version when building AAR on CI

Open gavv opened this issue 2 years ago • 0 comments

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:

  • add ROC_VERSION parameter to android_docker.sh script; default value should be "master"; when cloning roc, checkout specified version

  • in release job on CI, specify ROC_VERSION explicitly, set it to roc-toolkit tag which is currently the latest

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

gavv avatar May 14 '23 22:05 gavv