mehrdadh commented on a change in pull request #8021:
URL: https://github.com/apache/tvm/pull/8021#discussion_r631237594
##########
File path: tests/micro/zephyr/conftest.py
##########
@@ -44,6 +44,18 @@ def pytest_addoption(parser):
parser.addoption(
"--west-cmd", default="west", help="Path to `west` command for
flashing device."
)
+ parser.addoption(
+ "--tvm-build",
+ action="store_true",
+ default=True,
Review comment:
changed it to --skip-build and default is false.
--
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:
[email protected]