16 lines
511 B
YAML
16 lines
511 B
YAML
# 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
|
|
- if: IDF_TARGET == "esp32p4"
|
|
temporary: true
|
|
reason: p4 rev3 migration # TODO: IDF-14367
|
|
depends_components:
|
|
- efuse
|
|
- mbedtls
|
|
- esp_security
|
|
- esp_mm
|