]> Git Repo - qemu.git/commitdiff
docker: add extra libs to armhf target to extend codebase coverage
authorPhilippe Mathieu-Daudé <[email protected]>
Fri, 2 Jun 2017 18:56:17 +0000 (15:56 -0300)
committerAlex Bennée <[email protected]>
Wed, 21 Jun 2017 14:01:48 +0000 (15:01 +0100)
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
tests/docker/dockerfiles/debian-armhf-cross.docker

index ba8d5a5167f1da7061cc583f957abdc54a21c749..e67dfdccc5768b40c6c84dc7aad7278b5ee64038 100644 (file)
@@ -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
This page took 0.031977 seconds and 4 git commands to generate.