executorch
executorch copied to clipboard
ARM baremetal tests are not running properly
While working on https://github.com/pytorch/executorch/pull/9583/files, I noticed that unittest-arm in .github/workflows/pull.yml, configured EXECUTORCH_BUILD_ARM_BAREMETAL to be on via an environment variable. As far as I can tell, this does not automatically propagate the flag to a CMake arg. Thus, I suspect this CI flow has not been testing with EXECUTORCH_BUILD_ARM_BAREMETAL enabled.
I tried enabled it via CMAKE_ARGS, but it results in build failures! Passing this to the ARM team to look further into this.
cc @larryliu0820 @lucylq @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mergennachin
Interesting this might just work by pure luck right now as we are not running on target in this job. We check this out.