diff mbox series

[meta-zephyr] CI/qemu-cortex-m0: remove zephyr-philosophers test

Message ID 20221114034521.31116-1-jon.mason@arm.com
State New
Headers show
Series [meta-zephyr] CI/qemu-cortex-m0: remove zephyr-philosophers test | expand

Commit Message

Jon Mason Nov. 14, 2022, 3:45 a.m. UTC
zephyr-philosophers no longer fits within the defined SRAM space, and
fails to compile based on a check for this during building.  Currently,
qemu-cortex-m0.yml inherits the targets from base.yml.  So, we must
redefine the targets in qemu-cortex-m0.yml to be able to remove this.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 ci/qemu-cortex-m0.yml | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/ci/qemu-cortex-m0.yml b/ci/qemu-cortex-m0.yml
index 759253d..a3da2ae 100644
--- a/ci/qemu-cortex-m0.yml
+++ b/ci/qemu-cortex-m0.yml
@@ -4,3 +4,8 @@  header:
     - ci/base.yml
 
 machine: qemu-cortex-m0
+
+target:
+  - zephyr-helloworld
+  - zephyr-kernel-test-all
+  - zephyr-synchronization