ci(mbedtls): remove duplicated build-rules

This commit is contained in:
Marius Vikhammer
2024-01-16 16:59:12 +08:00
parent 58fb179845
commit a792c24b2a
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/*