mirror of https://github.com/qt/qt5.git
Provisioning: Update Xcode for macOS 26 beta
Change-Id: If8498fd4e5a0b7d44e3601dd2ccd05cd7974d436 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
e8f8c9e845
commit
69525fdc24
|
@ -19,4 +19,4 @@ set -ex
|
|||
# shellcheck source=../common/macos/install_xcode.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/install_xcode.sh"
|
||||
|
||||
InstallXCode /net/ci-files01-hki.ci.qt.io/hdd/www/input/mac/Xcode_26_beta_2.xip 26_beta_2
|
||||
InstallXCode /net/ci-files01-hki.ci.qt.io/hdd/www/input/mac/Xcode_26_beta_5.xip 26_beta_5
|
||||
|
|
|
@ -6,9 +6,9 @@ set -ex
|
|||
|
||||
# shellcheck source=../common/macos/install-commandlinetools.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
|
||||
version="26_beta_2"
|
||||
version="26_beta_5"
|
||||
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
|
||||
url="http://ci-files01-hki.ci.qt.io/input/mac/$packageName"
|
||||
sha1="c6ab42d538fc02f0ddf229db54d6dd0178a2718a"
|
||||
sha1="34f48ceda970323de6e9f66e84c79ddb6b10bee7"
|
||||
|
||||
InstallCommandLineTools $url $url $sha1 $packageName $version
|
||||
|
|
Loading…
Reference in New Issue