liangfu opened a new pull request #4991: [uTVM] Enable Testing Standalone uTVM Runtime in CI URL: https://github.com/apache/incubator-tvm/pull/4991 Testing standalone uTVM runtime was previously disabled due to ```c // Use system(..), `gcc -shared -fPIC`, thus restrict the test to OS X for now. #if defined(__APPLE__) && defined(__MACH__) ``` , this PR enables testing the code in CI. @ajtulloch @weberlo Please review.
---------------------------------------------------------------- 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] With regards, Apache Git Services
