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>
This commit is contained in:
Thomas Huth 2019-11-20 10:10:14 +01:00
parent 1d4ffe8dc7
commit 2831a7e580
4 changed files with 1 additions and 4 deletions

View File

@ -36,7 +36,7 @@ build-disabled:
build-tcg-disabled: build-tcg-disabled:
script: script:
- apt-get install -y -qq clang libgtk-3-dev libbluetooth-dev libusb-dev - apt-get install -y -qq clang libgtk-3-dev libusb-dev
- ./configure --cc=clang --enable-werror --disable-tcg --audio-drv-list="" - ./configure --cc=clang --enable-werror --disable-tcg --audio-drv-list=""
- make -j2 - make -j2
- make check-unit - make check-unit

View File

@ -2,7 +2,6 @@ FROM fedora:30
ENV PACKAGES \ ENV PACKAGES \
bc \ bc \
bison \ bison \
bluez-libs-devel \
brlapi-devel \ brlapi-devel \
bzip2 \ bzip2 \
bzip2-devel \ bzip2-devel \

View File

@ -19,7 +19,6 @@ ENV PACKAGES flex bison \
glusterfs-common \ glusterfs-common \
libaio-dev \ libaio-dev \
libattr1-dev \ libattr1-dev \
libbluetooth-dev \
libbrlapi-dev \ libbrlapi-dev \
libbz2-dev \ libbz2-dev \
libcacard-dev \ libcacard-dev \

View File

@ -8,7 +8,6 @@ ENV PACKAGES flex bison \
glusterfs-common \ glusterfs-common \
libaio-dev \ libaio-dev \
libattr1-dev \ libattr1-dev \
libbluetooth-dev \
libbrlapi-dev \ libbrlapi-dev \
libbz2-dev \ libbz2-dev \
libcacard-dev \ libcacard-dev \