diff --git a/samples/modules/thrift/hello/client/prj.conf b/samples/modules/thrift/hello/client/prj.conf index 83026931ad21..9ca8b3be5388 100644 --- a/samples/modules/thrift/hello/client/prj.conf +++ b/samples/modules/thrift/hello/client/prj.conf @@ -1,12 +1,10 @@ # CONFIG_LIB_CPLUSPLUS Dependencies -CONFIG_NEWLIB_LIBC=y -CONFIG_NEWLIB_LIBC_NANO=n +CONFIG_REQUIRES_FULL_LIBCPP=y # CONFIG_THRIFT Dependencies CONFIG_CPP=y CONFIG_STD_CPP17=y CONFIG_CPP_EXCEPTIONS=y -CONFIG_EXTERNAL_LIBCPP=y CONFIG_POSIX_API=y CONFIG_NETWORKING=y CONFIG_NET_SOCKETS=y diff --git a/samples/modules/thrift/hello/client/sample.yaml b/samples/modules/thrift/hello/client/sample.yaml index abe77def0179..3ea2947ae20f 100644 --- a/samples/modules/thrift/hello/client/sample.yaml +++ b/samples/modules/thrift/hello/client/sample.yaml @@ -7,6 +7,7 @@ common: modules: - thrift platform_allow: mps2_an385 qemu_x86_64 + filter: CONFIG_FULL_LIBCPP_SUPPORTED tests: sample.thrift.hello.server.binaryProtocol: {} sample.thrift.hello.server.compactProtocol: diff --git a/samples/modules/thrift/hello/server/prj.conf b/samples/modules/thrift/hello/server/prj.conf index 20f6631202a0..1aacd9d14d75 100644 --- a/samples/modules/thrift/hello/server/prj.conf +++ b/samples/modules/thrift/hello/server/prj.conf @@ -1,12 +1,10 @@ # Need a full libc++ -CONFIG_NEWLIB_LIBC=y -CONFIG_NEWLIB_LIBC_NANO=n +CONFIG_REQUIRES_FULL_LIBCPP=y # CONFIG_THRIFT Dependencies CONFIG_CPP=y CONFIG_STD_CPP17=y CONFIG_CPP_EXCEPTIONS=y -CONFIG_EXTERNAL_LIBCPP=y CONFIG_POSIX_API=y CONFIG_NET_SOCKETPAIR=y CONFIG_HEAP_MEM_POOL_SIZE=16384 diff --git a/samples/modules/thrift/hello/server/sample.yaml b/samples/modules/thrift/hello/server/sample.yaml index c56bee255607..5a6223f7bdaf 100644 --- a/samples/modules/thrift/hello/server/sample.yaml +++ b/samples/modules/thrift/hello/server/sample.yaml @@ -7,6 +7,7 @@ common: modules: - thrift platform_allow: mps2_an385 qemu_x86_64 + filter: CONFIG_FULL_LIBCPP_SUPPORTED tests: sample.thrift.hello.server.binaryProtocol: {} sample.thrift.hello.server.compactProtocol: