You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes Android NDK build fails because in prepare_ml-api.sh script we're trying to download most recent version of nnstreamer using following script:
Issue Description
Sometimes Android NDK build fails because in prepare_ml-api.sh script we're trying to download most recent version of nnstreamer using following script:
FILE_PREFIX=nnstreamer-lite-native-$(date +"%Y-%m-%d")
and sometimes daily build of nnstreamer does not exist which cause build failure
Expected Result
I think that we should use fixed version of nnstreamer or try to use newest and add some fallback in case it doesn't exist
How to Reproduce
The text was updated successfully, but these errors were encountered: