mehrdadh opened a new issue, #13996:
URL: https://github.com/apache/tvm/issues/13996

   The current test are not cleaning the build directory, therefore 
`test_static` fails if we run it from a clean build.
   
https://github.com/apache/tvm/blob/f6cebb5d6020b74e294ff6293d45a50e3a2f68a3/tests/scripts/task_microtvm_cpp_tests.sh#L39
   
   We should change the test command to this and fix the erros:
   ```
   pushd apps/bundle_deploy
   rm -rf build
   make test_dynamic
   rm -rf build
   make test_static
   popd
   ```
   cc @driazati 


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