mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-19 21:37:36 -04:00
ci: bump bluez version to fix failing bluez_tests
Bump bluez to current master to fix bluez_tests failures. Also bump pytest-bluezenv version to current.
This commit is contained in:
parent
a7994882b9
commit
a5a3eaf2cb
2 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ if [ -n "$FDO_CI_CONCURRENT" ]; then
|
|||
fi
|
||||
|
||||
# Build BlueZ snapshot for bluetooth VM testing
|
||||
git clone --depth 1 --revision "$BLUEZ_COMMIT" https://github.com/bluez/bluez.git /bluez-build
|
||||
git clone --depth 1 --revision "$BLUEZ_COMMIT" https://git.kernel.org/pub/scm/bluetooth/bluez.git /bluez-build
|
||||
cd /bluez-build
|
||||
./bootstrap
|
||||
./configure --enable-tools --disable-obex --enable-asan --enable-ubsan --enable-debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue