commit | 69969ef088359b225eb955a40a8b842679fcc6e9 | [log] [tgz] |
---|---|---|
author | k-stachowiak <krzysiek.stachowiak@gmail.com> | Thu Jun 13 11:53:17 2019 +0200 |
committer | k-stachowiak <krzysiek.stachowiak@gmail.com> | Thu Jun 13 11:53:17 2019 +0200 |
tree | 8eab5a9233673624e9c6390a64dac26f43990aa6 | |
parent | c1955559ad7bab3be5666d4687269e7d2ddc1edd [diff] |
Remove redundant config.pl call
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index b222ff5..ff93a6c 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -617,7 +617,6 @@ msg "build: cmake + MBEDTLS_MPI_MAX_SIZE=${SMALL_MPI_MAX_SIZE}, gcc, ASan" # ~ 1 min 50s scripts/config.pl set MBEDTLS_MPI_MAX_SIZE $SMALL_MPI_MAX_SIZE - crypto/scripts/config.pl set MBEDTLS_MPI_MAX_SIZE $SMALL_MPI_MAX_SIZE CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan . make