Add comments about travis test.

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-02-24 11:18:41 +08:00
parent ba1e78f1c2
commit aa18c4bf96

View File

@ -89,7 +89,9 @@ jobs:
packages: packages:
- gcc - gcc
script: script:
# See above # Do a manual build+test sequence rather than using all.sh, because
# there's no all.sh component that does what we want. We should set
# CFLAGS for arm64 host CC.
- scripts/config.py full - scripts/config.py full
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT - scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY - scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY
@ -115,7 +117,9 @@ jobs:
- clang - clang
- gnutls-bin - gnutls-bin
script: script:
# See above # Do a manual build+test sequence rather than using all.sh, because
# there's no all.sh component that does what we want. We should set
# CFLAGS for arm64 host CC.
- scripts/config.py full - scripts/config.py full
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT - scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY - scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY
@ -128,7 +132,6 @@ jobs:
- tests/scripts/travis-log-failure.sh - tests/scripts/travis-log-failure.sh
- tests/context-info.sh - tests/context-info.sh
after_failure: after_failure:
- tests/scripts/travis-log-failure.sh - tests/scripts/travis-log-failure.sh