valmat07 opened a new pull request, #12216: URL: https://github.com/apache/tvm/pull/12216
android_rpc build problem: https://github.com/apache/tvm/issues/12191 The problem with the build appeared due to the fact that the `ANDROID_NDK_HOME` environment variable was removed in the current version of github actions. https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md But this variable is used here: https://github.com/apache/tvm/blob/ee319d9d23c80091da9c4fb764b1e6d49d462714/.github/workflows/main.yml#L122-L127 Now only `ANDROID_NDK_LATEST_HOME` is available for ndk. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
