executorch icon indicating copy to clipboard operation
executorch copied to clipboard

ARM baremetal tests are not running properly

Open jathu opened this issue 8 months ago • 1 comments

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

jathu avatar Mar 25 '25 20:03 jathu

Interesting this might just work by pure luck right now as we are not running on target in this job. We check this out.

zingo avatar Mar 27 '25 14:03 zingo