mehrdadh commented on code in PR #11655:
URL: https://github.com/apache/tvm/pull/11655#discussion_r899401816


##########
apps/microtvm/reference-vm/zephyr/Vagrantfile:
##########
@@ -16,7 +16,8 @@
 # under the License.
 
 Vagrant.configure("2") do |config|
-  config.vm.box = "tlcpack/microtvm-zephyr-2.7"
+  config.vm.box = "tlcpack/microtvm-zephyr"
+  config.vm.box_version = "0.5.0"

Review Comment:
   we had discussion about RVM versioning. The conclusion was to be compatible 
semantic versioning we need to go fully incremental staring with version 
`1.0.0`. The reason is that there are cases where we want to do a major update 
on RVM without changing the Zephyr SDK version, in this case semantic 
versioning requires to release a new major version however if we want to keep 
Zephyr SDK version we cannot be backward compatible.



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

Reply via email to