guberti opened a new pull request #8869:
URL: https://github.com/apache/tvm/pull/8869


   PR #8758 changed the way AOT is handled in microTVM, which caused my Arduino 
PR to stop working. This should have been caught by the unit tests since it 
caused Arduino project compilation to stop working, but because I called 
`subprocess.run` in `microtvm_api_server.py` without passing `check=True`, the 
tests still worked.
   
   This PR fixes the Arduino implementation of microTVM, changes the unit tests 
for Arduino to use `check=True`, and adds a regression test to make sure the 
unit tests will catch compilation failures.
   
   @mehrdadh @areusch 


-- 
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-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to