You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/28 17:29:43 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #12216: [CI] Fix build android rpc failure in CI

driazati commented on code in PR #12216:
URL: https://github.com/apache/tvm/pull/12216#discussion_r932503538


##########
.github/workflows/main.yml:
##########
@@ -122,7 +122,7 @@ jobs:
       - name: Build android_rpc
         working-directory: apps/android_rpc
         run: |
-          export PATH="${ANDROID_NDK_HOME}:$PATH"
+          export PATH="${ANDROID_NDK_LATEST_HOME}:$PATH"

Review Comment:
   Can you also add `set -eux` to all the inline scripts so we get errors about unbound variables if something changes in the future?



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org