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 2021/03/19 21:00:33 UTC

[GitHub] [tvm] tqchen commented on a change in pull request #7696: [GO] Fix go bindings

tqchen commented on a change in pull request #7696:
URL: https://github.com/apache/tvm/pull/7696#discussion_r597972088



##########
File path: Jenkinsfile
##########
@@ -186,7 +186,7 @@ stage('Build') {
           sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_integration.sh"
           sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_fsim.sh"
           sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_tsim.sh"
-          // sh "${docker_run} ${ci_cpu} ./tests/scripts/task_golang.sh"
+          sh "${docker_run} ${ci_cpu} ./tests/scripts/task_golang.sh"

Review comment:
       please first temporary disable this line, since the script won't take effect until we get it to main. Let us first merge the rest. Then stage the go tests in case  something go wrong




-- 
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.

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