ARM baremetal tests are not running properly #9602
Labels
module: build/install
Issues related to the cmake and buck2 builds, and to installing ExecuTorch
partner: arm
For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm
While working on https://github.com/pytorch/executorch/pull/9583/files, I noticed that
unittest-arm
in.github/workflows/pull.yml
, configuredEXECUTORCH_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 withEXECUTORCH_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
The text was updated successfully, but these errors were encountered: