From d4c52b2ac451775ab6f3087b1144b72612107d23 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Mon, 30 Jun 2025 14:47:25 +0200 Subject: [PATCH] samples/posix/philosophers: Remove filter on NATIVE_APPLICATION It is not possible to build anymore in that mode, so this filter is not needed. Signed-off-by: Alberto Escolar Piedras --- samples/posix/philosophers/sample.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/posix/philosophers/sample.yaml b/samples/posix/philosophers/sample.yaml index 08e0c1d970a..86d656713cb 100644 --- a/samples/posix/philosophers/sample.yaml +++ b/samples/posix/philosophers/sample.yaml @@ -8,7 +8,6 @@ common: min_ram: 16 integration_platforms: - native_sim - filter: not CONFIG_NATIVE_APPLICATION harness_config: type: multi_line ordered: false