Provisioning: Install libusb for Ubuntu 24.04 arm and macOS 14 arm
Required by qt-apps/qdb Pick-to: 6.8 Task-number: QTQAINFRA-6571 Change-Id: I6bf217af528e4daca548c14abef30ec9e76c2161 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
parent
725cd2faaa
commit
da55c4c620
@ -235,6 +235,8 @@ installPackages+=(cmake)
|
|||||||
installPackages+=(lld)
|
installPackages+=(lld)
|
||||||
# Fix dependencies in shared ffmpeg libs
|
# Fix dependencies in shared ffmpeg libs
|
||||||
installPackages+=(patchelf)
|
installPackages+=(patchelf)
|
||||||
|
# For qp-apps/qdb
|
||||||
|
installPackages+=(libusb-1.0-0-dev)
|
||||||
|
|
||||||
echo "Running update for apt"
|
echo "Running update for apt"
|
||||||
waitLoop
|
waitLoop
|
||||||
|
9
coin/provisioning/qtci-macos-14-arm/29-libusb.sh
Executable file
9
coin/provisioning/qtci-macos-14-arm/29-libusb.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
#Copyright (C) 2024 The Qt Company Ltd
|
||||||
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
BASEDIR=$(dirname "$0")
|
||||||
|
|
||||||
|
"$BASEDIR/../common/macos/libusb.sh"
|
Loading…
x
Reference in New Issue
Block a user