Skip to content

Commit 71255a2

Browse files
keith-packardstephanosio
authored andcommitted
samples/chre: Filter out targets not providing a full libc
When the only C library available is the minimal one, this test cannot work. Accept only platforms with full C library support to prevent build failures. Signed-off-by: Keith Packard <[email protected]>
1 parent 973dc2a commit 71255a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/modules/chre/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tests:
2424
- "I: Exiting EventLoop.*"
2525
integration_platforms:
2626
- native_posix
27-
filter: not CONFIG_MINIMAL_LIBC
27+
filter: CONFIG_FULL_LIBC_SUPPORTED

0 commit comments

Comments
 (0)