tests: test_build: Exclude lpcxpresso55s69_ns from debug builds
When CONFIG_TFM_BL2 is enabled on the LPC55S69 there isn't enough memory left for TF-M to perform a debug build. Exludes this platform from this specific test case. Signed-off-by: Kevin Townsend <kevin.townsend@linaro.org>
This commit is contained in:
parent
fca499100d
commit
1470ef67aa
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
tests:
|
||||
buildsystem.debug.build:
|
||||
platform_exclude: lpcxpresso55s69_ns
|
||||
build_only: true
|
||||
extra_args: CONF_FILE=debug.conf
|
||||
tags: debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue