feat: Removed common_components in bluetooth build-test-rules.yml

This commit is contained in:
Wei Yuhan
2026-02-04 13:39:40 +08:00
parent 5de0c45dd6
commit 1f0cb2eab7
2 changed files with 0 additions and 3 deletions
@@ -5,7 +5,6 @@ components/bt/test_apps/basic_unit_test:
- if: IDF_TARGET not in ["esp32", "esp32c3"]
reason: Sufficient to run the tests on one chip of each architecture
depends_components:
- *common_components
- bt
components/bt/test_apps/memory_release:
@@ -15,5 +14,4 @@ components/bt/test_apps/memory_release:
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
reason: Sufficient to run the tests on one chip of each architecture
depends_components:
- *common_components
- bt
-1
View File
@@ -2,7 +2,6 @@
.bt_default_depends: &bt_default_depends
depends_components:
- *common_components
- bt
- esp_phy
- esp_coex