mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 03:36:54 +08:00
Explicitly install Metal toolchain for Xcode
It's not included by default in Xcode 26. Change-Id: Ie1e11bdeba18c4ee1e00132fc4bc075b8218e1fc Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
This commit is contained in:
@@ -49,6 +49,9 @@ function InstallXCode() {
|
||||
# -runFirstLaunch is valid in 9.x
|
||||
sudo xcodebuild -runFirstLaunch || true
|
||||
|
||||
# Metal toolchain not included by default in Xcode 26
|
||||
xcodebuild -downloadComponent MetalToolchain || true
|
||||
|
||||
echo "Enabling developer mode, so that using lldb does not require interactive password entry"
|
||||
sudo /usr/sbin/DevToolsSecurity -enable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user