mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
b52c6b59d4
@ -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/*
|
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user