]> git.proxmox.com Git - mirror_qemu.git/commitdiff
.travis.yml: add libnfs-dev for NFS block driver
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 31 Mar 2016 12:26:05 +0000 (13:26 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 8 Jun 2016 16:47:10 +0000 (17:47 +0100)
Let's ensure that block/nfs.o is built in Travis.

This patch depends on the following build fixes:
1. block/nfs: add missing #include "qapi/error.h"
2. block/nfs: add missing #include "qemu/cutils.h"

This patch also depends on Travis adding libnfs-dev to the list of
approved packages.  This patch can be safely committed but will not do
anything until the Travis maintainers allow libnfs-dev to be installed.
Please see the GitHub Issue I raised here:
https://github.com/travis-ci/apt-package-whitelist/issues/2788

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml

index 50ac17f4d721d4f1ca4f019d3dfae269e741e131..beb98d3645a55419641de0aa587ad6ae01c5d84d 100644 (file)
@@ -17,6 +17,7 @@ addons:
       - libgtk-3-dev
       - libiscsi-dev
       - liblttng-ust-dev
+      - libnfs-dev
       - libncurses5-dev
       - libnss3-dev
       - libpixman-1-dev