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>
master
Philippe Mathieu-Daudé 2017-07-17 21:31:43 -03:00 committed by Alex Bennée
parent 0cf01f5b4a
commit 6f8bbb374b
1 changed files with 3 additions and 0 deletions

View File

@ -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