]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/docker: peg netmap code to a specific version
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Feb 2019 11:29:48 +0000 (11:29 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 22 Feb 2019 09:32:32 +0000 (09:32 +0000)
Tracking head is always going to be at the whims of the upstream.
Let's use a defined release so things don't magically change under us.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
tests/docker/dockerfiles/debian-amd64.docker

index 954fcf96060a54dc6cf7de85624025f8d6564124..d770a11a52b27745bff03f694c24980d36d071e6 100644 (file)
@@ -33,6 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
     apt-get install -y --no-install-recommends \
         linux-headers-amd64
 RUN git clone https://github.com/luigirizzo/netmap.git /usr/src/netmap
+RUN cd /usr/src/netmap && git checkout v11.3
 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