diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2016-03-31 13:26:05 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2016-06-08 17:47:10 +0100 |
commit | 4ca94085f12ade76509ec22a6dd59079422c9e15 (patch) | |
tree | 9e4f72eb900ab3bd285225d60e8acab125dbbd47 /.travis.yml | |
parent | 40eeb397c8b8008aa13bca3a8cb25d152eb5ab44 (diff) | |
download | qemu-4ca94085f12ade76509ec22a6dd59079422c9e15.tar.gz qemu-4ca94085f12ade76509ec22a6dd59079422c9e15.tar.bz2 qemu-4ca94085f12ade76509ec22a6dd59079422c9e15.zip |
.travis.yml: add libnfs-dev for NFS block driver
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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 50ac17f4d7..beb98d3645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ addons: - libgtk-3-dev - libiscsi-dev - liblttng-ust-dev + - libnfs-dev - libncurses5-dev - libnss3-dev - libpixman-1-dev |