mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat: Removed common_components in bluetooth build-test-rules.yml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
.bt_default_depends: &bt_default_depends
|
||||
depends_components:
|
||||
- *common_components
|
||||
- bt
|
||||
- esp_phy
|
||||
- esp_coex
|
||||
|
||||
Reference in New Issue
Block a user