Merge branch 'ci/fix_check_build_rules_failure' into 'master'

ci(mbedtls): remove duplicated build-rules

Closes IDFCI-1950

See merge request espressif/esp-idf!28503
This commit is contained in:
Mahavir Jain 2024-01-17 16:01:50 +08:00
commit b52c6b59d4
2 changed files with 4 additions and 11 deletions

View File

@ -1,11 +0,0 @@
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/mbedtls/test_apps:
disable:
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
- if: CONFIG_NAME == "psram_all_ext" and SOC_SPIRAM_SUPPORTED != 1
- if: CONFIG_NAME == "ecdsa_sign" and SOC_ECDSA_SUPPORTED != 1
depends_components:
- efuse
depends_filepatterns:
- components/mbedtls/port/ecdsa/*

View File

@ -9,3 +9,7 @@ components/mbedtls/test_apps:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: test not pass, should be re-enable # TODO: IDF-8982
depends_components:
- efuse
depends_filepatterns:
- components/mbedtls/port/ecdsa/*