fix various issues
- unnecessary command - extra blank and empty line Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
3660623e59
commit
d76ded046c
3 changed files with 3 additions and 4 deletions
|
@ -151,7 +151,6 @@ jobs:
|
|||
- make generated_files
|
||||
- make
|
||||
- programs/test/selftest
|
||||
- tests/scripts/travis-log-failure.sh
|
||||
- tests/context-info.sh
|
||||
|
||||
after_failure:
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
/* Some versions of ASan result in errors about not enough registers */
|
||||
#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && defined(__i386__) && \
|
||||
!defined(MBEDTLS_HAVE_ASAN)
|
||||
|
||||
#ifndef MBEDTLS_HAVE_X86
|
||||
#define MBEDTLS_HAVE_X86
|
||||
#endif
|
||||
|
|
|
@ -4975,7 +4975,6 @@ component_test_aes_padlock_only () {
|
|||
scripts/config.py set MBEDTLS_AES_USE_HARDWARE_ONLY
|
||||
msg "build: AES, VIA padlock only" # ~10s
|
||||
make CC=gcc CFLAGS="$ASAN_CFLAGS -m32 -O2" LDFLAGS="-m32 $ASAN_CFLAGS"
|
||||
|
||||
}
|
||||
|
||||
################################################################
|
||||
|
|
Loading…
Reference in a new issue