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 /.gitlab-ci.yml | |
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 '.gitlab-ci.yml')
-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 62a9609798..e3db1b847c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ build-disabled: build-tcg-disabled: 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="" - make -j2 - make check-unit |