mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
CI/qemu-cortex-m0: remove zephyr-philosophers test
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> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -4,3 +4,8 @@ header:
|
|||||||
- ci/base.yml
|
- ci/base.yml
|
||||||
|
|
||||||
machine: qemu-cortex-m0
|
machine: qemu-cortex-m0
|
||||||
|
|
||||||
|
target:
|
||||||
|
- zephyr-helloworld
|
||||||
|
- zephyr-kernel-test-all
|
||||||
|
- zephyr-synchronization
|
||||||
|
|||||||
Reference in New Issue
Block a user