We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5463c38 commit 7408b3eCopy full SHA for 7408b3e
scripts/all-helpers.sh
@@ -68,10 +68,9 @@ helper_libtestdriver1_adjust_config() {
68
fi
69
70
# Enable PSA-based config (necessary to use drivers)
71
- # The configuration option has been removed for 4.0. While the project and
72
- # branch detection shell in shell work is not completed, just ignore the
73
- # failure to set MBEDTLS_PSA_CRYPTO_CONFIG.
74
- scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG || true
+ if in_mbedtls_repo && in_3_6_branch; then
+ scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
+ fi
75
76
# Dynamic secure element support is a deprecated feature and needs to be disabled here.
77
# This is done to have the same form of psa_key_attributes_s for libdriver and library.
0 commit comments