Skip to content

Commit

Permalink
samples: net: tftp_client: do not allow native_posix
Browse files Browse the repository at this point in the history
Because CONFIG_POSIX_API (required) cannot be selected on that platform,
resulting in build failures.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and nashif committed Apr 17, 2024
1 parent 32dd4ec commit 67a293e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/net/tftp_client/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tests:
harness: net
depends_on: netif
platform_allow:
- native_posix
- native_sim
integration_platforms:
- native_sim
Expand Down

0 comments on commit 67a293e

Please sign in to comment.