From f1f815d792dcd172ab86840223be9f6cbf5bed99 Mon Sep 17 00:00:00 2001 From: "igor.udot" Date: Fri, 30 Jan 2026 09:56:20 +0800 Subject: [PATCH] ci: update build-test-rules to use common_components --- .idf_build_apps.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.idf_build_apps.toml b/.idf_build_apps.toml index cbe3170bf0..9583f9ff58 100644 --- a/.idf_build_apps.toml +++ b/.idf_build_apps.toml @@ -42,7 +42,9 @@ manifest_filepatterns = [ ] # dependency-driven build -deactivate_dependency_driven_build_by_components = [ +deactivate_dependency_driven_build_by_components = [] + +common_components = [ 'cxx', 'esp_common', 'esp_hw_support',