aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>2021-07-06 09:44:59 +0200
committerManuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>2021-08-03 11:19:59 +0200
commitae505eeeed006c907bf05697eac8c7e8fd38aee4 (patch)
tree4f28221fcac1c5fef45c4351d818882bea25c680 /.travis.yml
parentefd14bf9bd5bfa686d6f422a317f946ad472f5bf (diff)
downloadmbedtls-ae505eeeed006c907bf05697eac8c7e8fd38aee4.zip
mbedtls-ae505eeeed006c907bf05697eac8c7e8fd38aee4.tar.gz
mbedtls-ae505eeeed006c907bf05697eac8c7e8fd38aee4.tar.bz2
Fix missing dependency on Travis
Was getting errors like: In file included from /usr/include/limits.h:25:0, from /usr/lib/gcc-cross/arm-linux-gnueabi/5/include-fixed/limits.h:168, from /usr/lib/gcc-cross/arm-linux-gnueabi/5/include-fixed/syslimits.h:7, from /usr/lib/gcc-cross/arm-linux-gnueabi/5/include-fixed/limits.h:34, from ../include/mbedtls/check_config.h:30, from ../include/mbedtls/build_info.h:81, from common.h:26, from asn1write.c:20: /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory There are two packages to choose from: armhf or armel. Since the comment in all.sh says we're trying to be close to Debian's "armel" architecture, choose that, and fix a comment that was mentioning gnueabihf for no apparent reason. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8fa0b34..39ae19c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ jobs:
- gcc-arm-none-eabi
- libnewlib-arm-none-eabi
- gcc-arm-linux-gnueabi
+ - libc6-dev-armel-cross
language: python # Needed to get pip for Python 3
python: 3.5 # version from Ubuntu 16.04
install: