From 7669b58d9dc2c3a094e91bd1f3007ac21d8d9f70 Mon Sep 17 00:00:00 2001 From: Tomi Fontanilles Date: Mon, 27 May 2024 10:32:59 +0300 Subject: [PATCH] samples: http_get: exclude native_posix in the CONFIG_POSIX_API=y build CONFIG_POSIX_API depends on !CONFIG_NATIVE_APPLICATION, which is incompatible with the native_posix platforms. Signed-off-by: Tomi Fontanilles --- samples/net/sockets/http_get/sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/net/sockets/http_get/sample.yaml b/samples/net/sockets/http_get/sample.yaml index 4e454da50a7..c5849561c74 100644 --- a/samples/net/sockets/http_get/sample.yaml +++ b/samples/net/sockets/http_get/sample.yaml @@ -15,6 +15,8 @@ tests: platform_exclude: - cc3220sf_launchxl - cc3235sf_launchxl + - native_posix + - native_posix/native/64 extra_configs: - CONFIG_POSIX_API=y sample.net.sockets.http_get.offload.simplelink: