Skip to content

Commit b1eee49

Browse files
committed
Undo temporary changes in all-helpers.sh
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
1 parent 9cb3640 commit b1eee49

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/all-helpers.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ helper_libtestdriver1_adjust_config() {
6868
fi
6969

7070
# 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
71+
if in_mbedtls_repo && in_3_6_branch; then
72+
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
73+
fi
7574

7675
# Dynamic secure element support is a deprecated feature and needs to be disabled here.
7776
# This is done to have the same form of psa_key_attributes_s for libdriver and library.

0 commit comments

Comments
 (0)