mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Correct all.sh and config.h after merge commit
- Adapt the change in all.sh to the new keep-going mode - Restore alphabetical order of configuration flags for alternative implementations in config.h and rebuild library/version_features.c
This commit is contained in:
parent
8bc74d6f2f
commit
88683b2c6d
3 changed files with 9 additions and 9 deletions
|
|
@ -771,7 +771,7 @@ msg "build: default config, MBEDTLS_RSA_NO_CRT, make, gcc"
|
|||
cleanup
|
||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||
scripts/config.pl set MBEDTLS_RSA_NO_CRT
|
||||
CC=gcc CFLAGS='-Werror -Wall -Werror -O0' make
|
||||
make CC=gcc CFLAGS='-Werror -Wall -Werror -O0'
|
||||
|
||||
msg "test: MBEDTLS_RSA_NO_CRT - main suites (inc. selftests) (ASan build)"
|
||||
make test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue