coqui-ai / STT

🐸STT - The deep learning toolkit for Speech-to-Text. Training and deploying STT models has never been so easy.
https://coqui.ai
Mozilla Public License 2.0
2.27k stars 275 forks source link

Fix Android AAR+APK build on CI #2243

Closed Dexterp37 closed 2 years ago

Dexterp37 commented 2 years ago

The mentioned workflow is failing due to the used image changing the default Android NDK version from 21 to 23. This attempts to force the use of NDK 19c, which is what is currently being used to build the libs: https://github.com/coqui-ai/STT/blob/922fe39eadab6e5e5c6384c4f5b93adb38b815c1/ci_scripts/tf-vars.sh#L19-L20

Pull request guidelines

Welcome to the 🐸STT project! We are excited to see your interest, and appreciate your support!

This repository is governed by the Contributor Covenant Code of Conduct. For more details, see the CODE_OF_CONDUCT.md file.

In order to make a good pull request, please see our CONTRIBUTING.rst file, in particular make sure you have set-up and run the pre-commit hook to check your changes for code style violations.

Before accepting your pull request, you will be asked to sign a Contributor License Agreement.

This Contributor License Agreement:

reuben commented 2 years ago

:shipit: