mirror of https://github.com/qt/qt5.git
Provisioning: Update Xcode version to 14.1
Command line tools are also updated Pick-to: 6.4 Change-Id: Ic1d0882d395e014a4f33ed139c90800b3ba71cbf Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
b7ea626a07
commit
20c8f11006
|
@ -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.xip 14
|
||||
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_14.1.xip 14.1
|
||||
|
|
|
@ -43,9 +43,9 @@ set -ex
|
|||
|
||||
# shellcheck source=../common/macos/install-commandlinetools.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
|
||||
version="14"
|
||||
version="14.1"
|
||||
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
|
||||
url="http://ci-files01-hki.intra.qt.io/input/mac/$packageName"
|
||||
sha1="0d9cb1708d178866b3d56b88445bdf4d8ff984e3"
|
||||
sha1="0f1be21eef0a0cdd98cbccd5ae042034ad820450"
|
||||
|
||||
InstallCommandLineTools $url $url $sha1 $packageName $version
|
||||
|
|
|
@ -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.xip 14
|
||||
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_14.1.xip 14.1
|
||||
|
|
|
@ -43,9 +43,9 @@ set -ex
|
|||
|
||||
# shellcheck source=../common/macos/install-commandlinetools.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
|
||||
version="14"
|
||||
version="14.1"
|
||||
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
|
||||
url="http://ci-files01-hki.intra.qt.io/input/mac/$packageName"
|
||||
sha1="0d9cb1708d178866b3d56b88445bdf4d8ff984e3"
|
||||
sha1="0f1be21eef0a0cdd98cbccd5ae042034ad820450"
|
||||
|
||||
InstallCommandLineTools $url $url $sha1 $packageName $version
|
||||
|
|
|
@ -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_Release_Candidate_2.xip 14.1_Release_Candidate_2
|
||||
InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_14.1.xip 14.1
|
||||
|
|
|
@ -43,7 +43,7 @@ set -ex
|
|||
|
||||
# shellcheck source=../common/macos/install-commandlinetools.sh
|
||||
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
|
||||
version="14.1_Release_Candidate_2"
|
||||
version="14.1"
|
||||
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
|
||||
url="http://ci-files01-hki.intra.qt.io/input/mac/$packageName"
|
||||
sha1="0f1be21eef0a0cdd98cbccd5ae042034ad820450"
|
||||
|
|
Loading…
Reference in New Issue