Browse Source

docker: enable gcrypt to extend code coverage on amd64

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
pull/55/head
Philippe Mathieu-Daudé 9 years ago
committed by Alex Bennée
parent
commit
6f8bbb374b
  1. 3
      tests/docker/dockerfiles/debian-amd64.docker

3
tests/docker/dockerfiles/debian-amd64.docker

@ -34,3 +34,6 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap
RUN cd /usr/src/netmap/LINUX && ./configure --no-drivers --no-apps --kernel-dir=$(ls -d /usr/src/linux-headers-*-amd64) && make install
ENV QEMU_CONFIGURE_OPTS --enable-netmap
# gcrypt
ENV QEMU_CONFIGURE_OPTS $QEMU_CONFIGURE_OPTS --enable-gcrypt

Loading…
Cancel
Save