From 24dc901825be91c8be99bb7b5c0ded7edfedd953 Mon Sep 17 00:00:00 2001 From: ActoryOu Date: Tue, 24 Oct 2023 09:25:33 +0000 Subject: [PATCH 1/2] Fix build combination test caused by kernel change --- test/build-combination/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/build-combination/CMakeLists.txt b/test/build-combination/CMakeLists.txt index 88ada9f481..247b9e11e7 100644 --- a/test/build-combination/CMakeLists.txt +++ b/test/build-combination/CMakeLists.txt @@ -98,6 +98,8 @@ target_compile_options(freertos_plus_tcp_build_test $<$:-Wno-unused-variable> ) +set(FREERTOS_HEAP "4") + target_link_libraries(freertos_plus_tcp_build_test PRIVATE freertos_plus_tcp From 978c6252654765dd87438680924333840707fffd Mon Sep 17 00:00:00 2001 From: ActoryOu Date: Tue, 24 Oct 2023 09:35:59 +0000 Subject: [PATCH 2/2] Add force flag --- test/build-combination/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build-combination/CMakeLists.txt b/test/build-combination/CMakeLists.txt index 247b9e11e7..45330b6bea 100644 --- a/test/build-combination/CMakeLists.txt +++ b/test/build-combination/CMakeLists.txt @@ -98,7 +98,7 @@ target_compile_options(freertos_plus_tcp_build_test $<$:-Wno-unused-variable> ) -set(FREERTOS_HEAP "4") +set( FREERTOS_HEAP "4" CACHE STRING "" FORCE) target_link_libraries(freertos_plus_tcp_build_test PRIVATE