Skip to content

Commit 333f992

Browse files
committed
samples: net: sockets: disable http_get in test build
Build errors were introduced by the merge of zephyrproject-rtos#18736. Until PR zephyrproject-rtos#18780 is approved to allow the SimpleLink libraries to build without CONFIG_POSIX_API, this patch excludes cc3235sf_launchxl from the test build. Signed-off-by: Vincent Wan <[email protected]>
1 parent 0310ad7 commit 333f992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/sockets/http_get/sample.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tests:
1313
- CONFIG_NET_SOCKETS_POSIX_NAMES=y
1414
# Forcibly defines CONFIG_POSIX_API, which is incompatible with
1515
# CONFIG_NET_SOCKETS_POSIX_NAMES.
16-
platform_exclude: cc3220sf_launchxl
16+
platform_exclude: cc3220sf_launchxl cc3235sf_launchxl
1717
sample.net.sockets.http_get.posix:
1818
filter: and not CONFIG_NET_SOCKETS_OFFLOAD
1919
extra_configs:

0 commit comments

Comments
 (0)