Mousius commented on pull request #10117: URL: https://github.com/apache/tvm/pull/10117#issuecomment-1026329095
> awesome! cc @gromero > > i see a few other references to zephyr 2.5, want to update here or in follow-on? > > ``` > $ git grep '2\.5' origin/main apps/microtvm > origin/main:apps/microtvm/reference-vm/zephyr/README.md:### [microtvm-zephyr-2.5](https://app.vagrantup.com/tlcpack/boxes/microtvm-zephyr-2.5/versions/0.0.1) > origin/main:apps/microtvm/reference-vm/zephyr/README.md:- Zephyr [version 2.5.0] > origin/main:apps/microtvm/reference-vm/zephyr/Vagrantfile: config.vm.box = "tlcpack/microtvm-zephyr-2.5" > origin/main:apps/microtvm/reference-vm/zephyr/base-box/base_box_provision.sh:ZEPHYR_VERSION="v2.5-branch" > origin/main:apps/microtvm/zephyr/template_project/microtvm_api_server.py:ZEPHYR_VERSION = 2.5 > ``` apps/microtvm/zephyr/template_project/microtvm_api_server.py got updated here due to 2.5 and 2.7 being slightly incompatible surrounding C++ std library. As for the vagrant image, I started doing it but I wasn't sure on the process to update `vagrantup.com` which potentially requires someone else to look at it? I can do the code change here as a follow up though, just wanted to land the minimal change to get CI back to action :smile_cat: -- 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]
