diff options
author | Thomas Huth <thuth@redhat.com> | 2019-09-05 12:36:50 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-09-05 16:00:01 +0200 |
commit | e7dc804ef0d7cac9ac8b4a1324ab7dbfafb55704 (patch) | |
tree | 82dd9c38955477be3c1d99582b03840683bf82dc | |
parent | 664785acffa7d3fe7ec7e0814de010e1feacb570 (diff) | |
download | qemu-e7dc804ef0d7cac9ac8b4a1324ab7dbfafb55704.zip |
gitlab-ci.yml: Install libattr-devel and libcap-devel to test virtio-9p
So far the gitlab-ci was not testing virtio-9p yet, since we did not
install libattr-devel and libcap-devel in any of the pipelines. Do
it now to get some more test coverage.
Message-Id: <20190905111729.1197-1-thuth@redhat.com>
Acked-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd4c03372b..ed8067f5cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ build-user: build-clang: script: - - apt-get install -y -qq clang libsdl2-dev + - apt-get install -y -qq clang libsdl2-dev libattr1-dev libcap-dev xfslibs-dev libiscsi-dev libnfs-dev libseccomp-dev gnutls-dev librbd-dev - ./configure --cc=clang --cxx=clang++ --enable-werror --target-list="alpha-softmmu arm-softmmu m68k-softmmu mips64-softmmu |