Commit graph

4 commits

Author SHA1 Message Date
Esun Kim
6cad98156c
[CI] Updated armclang to the latest (#3319)
* Updated armclang to the latest

* Log
2026-01-22 15:18:25 -08:00
Evagan2018
d7d40b3e7f
CI update for Cortex-M with Arm Compiler 6 (#2771)
This PR updates the CI for Cortex-M with Arm Compiler 
6. It replaces the workflow from:
https://github.com/tensorflow/tflite-micro/blob/main/.github/workflows/cortex_m_virtual_hardware.yml
that required updating. 
The new workflow is simplified and can run on Github runners directly.
This PR replaces the previous generated PR: https://github.com/tensorflow/tflite-micro/pull/2750

BUG="Fixing CI for Arm Compiler 6"
2024-11-15 19:21:53 +00:00
Annie Tallund
dc25e1e36f
add flag for VHT-AMI to run armclang
We need to differentiate between the compiler used in the two CI tests Cortex-M and Cortex-M on Arm Virtual Hardware, which is what this fix does. Cortex-M uses gcc and AVH is for armclang. Related to 

BUG=#1305
2022-08-18 19:46:15 +00:00
Matthias Hertel
863ab9a3f5
Arm virtual hardware ci (#1021) 2022-04-20 07:46:29 +00:00