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/06/22 16:17:48 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #11808: [microTVM][RVM] Reuse QEMU installation config and fix bug in RVM testing

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


##########
apps/microtvm/reference-vm/base-box-tool.py:
##########
@@ -360,6 +361,9 @@ def do_build_release_test_vm(
     found_box_line = False
     with open(release_test_vagrantfile, "w") as f:
         for line in lines:
+            # Skip setting version
+            if "config.vm.box_version" in line:

Review Comment:
   Why ignore the version here?



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