Skip to content

Commit

Permalink
docker: add extra libs to armhf target to extend codebase coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
  • Loading branch information
philmd authored and stsquad committed Jun 21, 2017
1 parent 8a98bfc commit 32809e7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/docker/dockerfiles/debian-armhf-cross.docker
Expand Up @@ -16,3 +16,14 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \

# Specify the cross prefix for this image (see tests/docker/common.rc)
ENV QEMU_CONFIGURE_OPTS --cross-prefix=arm-linux-gnueabihf-

RUN DEBIAN_FRONTEND=noninteractive eatmydata \
apt-get install -y --no-install-recommends \
glusterfs-common:armhf \
libbz2-dev:armhf \
liblzo2-dev:armhf \
libncursesw5-dev:armhf \
libnfs-dev:armhf \
librdmacm-dev:armhf \
libsnappy-dev:armhf \
libxen-dev:armhf

0 comments on commit 32809e7

Please sign in to comment.