Skip to content

Commit c3cee62

Browse files
committed
Revert "Undo temporary changes in all-helpers.sh"
This reverts commit b1eee49. Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
1 parent b20fcb5 commit c3cee62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/all-helpers.sh

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

7070
# Enable PSA-based config (necessary to use drivers)
71-
if in_mbedtls_repo && in_3_6_branch; then
72-
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
73-
fi
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
7475

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

0 commit comments

Comments
 (0)