-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provisioning: Update Xcode to official 16 for macOS 15
Task-number: QTQAINFRA-6578 Change-Id: Ie642355d482211c7b29f788fce44082abe904f7d Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
- Loading branch information
Ville-Pekka Karhu
committed
Sep 18, 2024
1 parent
263624d
commit ecaa03d
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
coin/provisioning/qtci-macos-15-arm/21-install-commandlinetools.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#!/usr/bin/env bash | ||
# Copyright (C) 2023 The Qt Company Ltd. | ||
# 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 | ||
|
||
# shellcheck source=../common/macos/install-commandlinetools.sh | ||
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh" | ||
version="16_beta_3" | ||
version="16" | ||
packageName="Command_Line_Tools_for_Xcode_$version.dmg" | ||
url="http://ci-files01-hki.ci.qt.io/input/mac/$packageName" | ||
sha1="a7b0eba08b83e213d79f6d5c527e94c406e0bce9" | ||
sha1="c6f1a7521d5da50c2bba3d83c0f3ee7df6d87d28" | ||
|
||
InstallCommandLineTools $url $url $sha1 $packageName $version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
coin/provisioning/qtci-macos-15-x86_64/21-install-commandlinetools.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#!/usr/bin/env bash | ||
# Copyright (C) 2023 The Qt Company Ltd. | ||
# 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 | ||
|
||
# shellcheck source=../common/macos/install-commandlinetools.sh | ||
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh" | ||
version="16_beta_3" | ||
version="16" | ||
packageName="Command_Line_Tools_for_Xcode_$version.dmg" | ||
url="http://ci-files01-hki.ci.qt.io/input/mac/$packageName" | ||
sha1="a7b0eba08b83e213d79f6d5c527e94c406e0bce9" | ||
sha1="c6f1a7521d5da50c2bba3d83c0f3ee7df6d87d28" | ||
|
||
InstallCommandLineTools $url $url $sha1 $packageName $version |