diff options
author | Thomas Huth <thuth@redhat.com> | 2019-11-20 10:10:14 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-12-17 09:05:23 +0100 |
commit | 2831a7e580e0ee85ff9dbb225a38e5741671542e (patch) | |
tree | d7abad2f23cec7468d68e373774aba1dca338a96 /tests/docker/dockerfiles/ubuntu.docker | |
parent | 1d4ffe8dc77cbc9aafe8bcf514ca0e43f85aaae3 (diff) |
Remove libbluetooth / bluez from the CI tests
Since the bluetooth code has been removed, we don't need to test
with this library anymore.
Message-Id: <20191120091014.16883-5-thuth@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/docker/dockerfiles/ubuntu.docker')
-rw-r--r-- | tests/docker/dockerfiles/ubuntu.docker | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/ubuntu.docker b/tests/docker/dockerfiles/ubuntu.docker index ecea155646..18f1100409 100644 --- a/tests/docker/dockerfiles/ubuntu.docker +++ b/tests/docker/dockerfiles/ubuntu.docker @@ -19,7 +19,6 @@ ENV PACKAGES flex bison \ glusterfs-common \ libaio-dev \ libattr1-dev \ - libbluetooth-dev \ libbrlapi-dev \ libbz2-dev \ libcacard-dev \ |