Explicitely remove the deprecated driver interface from the TSan config

Signed-off-by: Ryan Everett <ryan.everett@arm.com>
This commit is contained in:
Ryan 2024-03-05 13:57:00 +00:00 committed by Ryan Everett
parent 0b14d1407d
commit 6caf84f717

View File

@ -2178,6 +2178,9 @@ component_test_tsan () {
scripts/config.py set MBEDTLS_THREADING_C
scripts/config.py set MBEDTLS_THREADING_PTHREAD
# The deprecated MBEDTLS_PSA_CRYPTO_SE_C interface is not thread safe.
scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C
CC=clang cmake -D CMAKE_BUILD_TYPE:String=TSan .
make