mirror of https://github.com/qt/qt5.git
Provisioning macOS 13: Upgrade Xcode version to 14.1_Release_Candidate_2
This will also upgrade Command line tools Change-Id: I9425170ceb2f09ec74fdb70ab6101804aa1d31fe Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
71336b7a68
commit
c90e16bceb
|
@ -56,4 +56,4 @@ set -ex
|
|||
# shellcheck source=../common/macos/install_xcode.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/install_xcode.sh"
|
||||
|
||||
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_14.1_beta_3.xip 14.1_beta_3
|
||||
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_14.1_Release_Candidate_2.xip 14.1_Release_Candidate_2
|
||||
|
|
|
@ -43,9 +43,9 @@ set -ex
|
|||
|
||||
# shellcheck source=../common/macos/install-commandlinetools.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
|
||||
version="14.1_beta_3"
|
||||
version="14.1_Release_Candidate_2"
|
||||
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
|
||||
url="http://ci-files01-hki.intra.qt.io/input/mac/$packageName"
|
||||
sha1="2d90b9b3f9618b79b54e5fd0dc745ecd46c9f64a"
|
||||
sha1="0f1be21eef0a0cdd98cbccd5ae042034ad820450"
|
||||
|
||||
InstallCommandLineTools $url $url $sha1 $packageName $version
|
||||
|
|
Loading…
Reference in New Issue