Skip to content

Commit

Permalink
samples: http_get: exclude native_posix in the CONFIG_POSIX_API=y build
Browse files Browse the repository at this point in the history
CONFIG_POSIX_API depends on !CONFIG_NATIVE_APPLICATION, which is
incompatible with the native_posix platforms.

Signed-off-by: Tomi Fontanilles <[email protected]>
  • Loading branch information
tomi-font authored and henrikbrixandersen committed May 29, 2024
1 parent 3efdbe6 commit 7669b58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/net/sockets/http_get/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7669b58

Please sign in to comment.