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:
Pauli Virtanen 2026-05-12 22:23:00 +03:00
parent a7994882b9
commit a5a3eaf2cb
2 changed files with 4 additions and 4 deletions

View file

@ -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