aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2023-05-11 10:45:13 +0000
committerHeikki Halmet <heikki.halmet@qt.io>2023-10-12 09:43:59 +0000
commit0402ddbe3a66a55bd8c47168df51d515ac1750aa (patch)
tree465cdccf7247f73afcb061b4532ca1f4b1f80df9
parent6b82ba8aff55b7bb107bbb81e9f5ef6035ec0e95 (diff)
Add macOS 13 x86_64 to CI as build and test target
macOS 12 x86_64 will be replace with macOS 13. Tests will be still run on macOS 12 Let's keep same Xcode version (14.2) than older macOS (12) has Task-number: QTBUG-104210 Change-Id: If3e06834156196917001f83ca391a66a6c78e84a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit ac33d86e9ab56cce7f866a69c3f91f7bb4fd5733)
-rw-r--r--coin/platform_configs/cmake_platforms.yaml2
-rw-r--r--coin/platform_configs/cmake_platforms_target_android.yaml2
-rw-r--r--coin/platform_configs/cmake_platforms_wasm.yaml2
-rw-r--r--coin/platform_configs/macos.yaml29
-rw-r--r--coin/platform_configs/qmake2cmake.yaml2
-rwxr-xr-xcoin/provisioning/qtci-macos-13-arm/20-xcode.sh2
-rwxr-xr-xcoin/provisioning/qtci-macos-13-arm/21-install-commandlinetools.sh4
7 files changed, 30 insertions, 13 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index db7b3214..f413e8e5 100644
--- a/coin/platform_configs/cmake_platforms.yaml
+++ b/coin/platform_configs/cmake_platforms.yaml
@@ -198,7 +198,7 @@ Configurations:
-
Id: 'ios-universal'
- Template: 'qtci-macos-12-x86_64-105'
+ Template: 'qtci-macos-13-x86_64-103'
Target os: 'IOS_ANY'
Target arch: 'arm64'
Compiler: 'Clang'
diff --git a/coin/platform_configs/cmake_platforms_target_android.yaml b/coin/platform_configs/cmake_platforms_target_android.yaml
index 7a8aac33..65854151 100644
--- a/coin/platform_configs/cmake_platforms_target_android.yaml
+++ b/coin/platform_configs/cmake_platforms_target_android.yaml
@@ -2,7 +2,7 @@ Version: 2
Configurations:
-
Id: 'android-arm64-on-macos'
- Template: 'qtci-macos-12-x86_64-105'
+ Template: 'qtci-macos-13-x86_64-103'
Target os: 'Android_ANY'
Target arch: 'arm64'
Compiler: 'Clang'
diff --git a/coin/platform_configs/cmake_platforms_wasm.yaml b/coin/platform_configs/cmake_platforms_wasm.yaml
index a0cb72b1..eacd7472 100644
--- a/coin/platform_configs/cmake_platforms_wasm.yaml
+++ b/coin/platform_configs/cmake_platforms_wasm.yaml
@@ -28,7 +28,7 @@ Configurations:
]
-
Id: 'webassembly-macos-thread'
- Template: 'qtci-macos-12-x86_64-105'
+ Template: 'qtci-macos-13-x86_64-103'
Target os: 'WebAssembly'
Compiler: 'Clang'
Target compiler: 'Clang'
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 5eaba4a4..3fbfc78c 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -9,7 +9,7 @@ Configurations:
-
Id: 'macos-universal-on-x86_64'
- Template: 'qtci-macos-12-x86_64-105'
+ Template: 'qtci-macos-13-x86_64-103'
Compiler: 'Clang'
Target arch: 'x86_64-arm64'
Features: ['Packaging', 'Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
@@ -66,6 +66,12 @@ Configurations:
Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-universal-on-x86_64'
-
+ Id: 'macos-13-x86_64-tests'
+ Template: 'qtci-macos-13-x86_64-103'
+ Compiler: 'Clang'
+ Features: ['Sccache', 'TestOnly', 'Packaging']
+ Platform dependency: 'macos-universal-on-x86_64'
+ -
Id: 'macos-12-arm-on-arm64-tests'
Template: 'qtci-macos-12-arm64'
Compiler: 'Clang'
@@ -77,7 +83,12 @@ Configurations:
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-universal-on-arm64'
-
+ -
+ Id: 'macos-13-arm-on-x86_64-tests'
+ Template: 'qtci-macos-13-x86_64-103'
+ Compiler: 'Clang'
+ Features: ['Sccache', 'TestOnly']
+ Platform dependency: 'macos-universal-on-arm64'
# =========================================================================
# Developer build. Single architecture builds.
# =========================================================================
@@ -85,8 +96,8 @@ Configurations:
# Build on recent macOS version with latest Xcode
-
- Id: 'macos-12-x86_64-developer-build'
- Template: 'qtci-macos-12-x86_64-105'
+ Id: 'macos-13-x86_64-developer-build'
+ Template: 'qtci-macos-13-x86_64-103'
Compiler: 'Clang'
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'
@@ -115,7 +126,7 @@ Configurations:
Template: 'qtci-macos-11-x86_64-105'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly']
- Platform dependency: 'macos-12-x86_64-developer-build'
+ Platform dependency: 'macos-13-x86_64-developer-build'
-
Id: 'macos-11-arm64-developer-build-tests'
Template: 'qtci-macos-11.0-arm64'
@@ -127,7 +138,7 @@ Configurations:
Template: 'qtci-macos-12-x86_64-105'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly']
- Platform dependency: 'macos-12-x86_64-developer-build'
+ Platform dependency: 'macos-13-x86_64-developer-build'
-
Id: 'macos-12-arm64-developer-build-tests'
Template: 'qtci-macos-12-arm64'
@@ -135,6 +146,12 @@ Configurations:
Features: ['TestOnly']
Platform dependency: 'macos-13-arm64-developer-build'
-
+ Id: 'macos-13-x86_64-developer-build-tests'
+ Template: 'qtci-macos-13-x86_64-103'
+ Compiler: 'Clang'
+ Features: ['Sccache', 'TestOnly']
+ Platform dependency: 'macos-13-x86_64-developer-build'
+ -
Id: 'macos-13-arm64-developer-build-tests'
Template: 'qtci-macos-13-arm64'
Compiler: 'Clang'
diff --git a/coin/platform_configs/qmake2cmake.yaml b/coin/platform_configs/qmake2cmake.yaml
index 0c3defc7..13712803 100644
--- a/coin/platform_configs/qmake2cmake.yaml
+++ b/coin/platform_configs/qmake2cmake.yaml
@@ -6,7 +6,7 @@ Configurations:
Compiler: 'MSVC2019'
Features: ['DisableTests']
-
- Template: 'qtci-macos-12-x86_64-105'
+ Template: 'qtci-macos-13-x86_64-103'
Compiler: 'Clang'
Features: ['DisableTests']
-
diff --git a/coin/provisioning/qtci-macos-13-arm/20-xcode.sh b/coin/provisioning/qtci-macos-13-arm/20-xcode.sh
index 10142d53..29f0beeb 100755
--- a/coin/provisioning/qtci-macos-13-arm/20-xcode.sh
+++ b/coin/provisioning/qtci-macos-13-arm/20-xcode.sh
@@ -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.intra.qt.io/hdd/www/input/mac/Xcode_14.3.xip 14.3
+InstallXCode /net/ci-files01-hki.intra.qt.io/hdd/www/input/mac/Xcode_14.2.xip 14.2
diff --git a/coin/provisioning/qtci-macos-13-arm/21-install-commandlinetools.sh b/coin/provisioning/qtci-macos-13-arm/21-install-commandlinetools.sh
index 662bb4ef..28c6d6ab 100755
--- a/coin/provisioning/qtci-macos-13-arm/21-install-commandlinetools.sh
+++ b/coin/provisioning/qtci-macos-13-arm/21-install-commandlinetools.sh
@@ -6,9 +6,9 @@ set -ex
# shellcheck source=../common/macos/install-commandlinetools.sh
source "${BASH_SOURCE%/*}/../common/macos/install-commandlinetools.sh"
-version="14.3"
+version="14.2"
packageName="Command_Line_Tools_for_Xcode_$version.dmg"
url="http://ci-files01-hki.intra.qt.io/input/mac/$packageName"
-sha1="bd255759d8733c7ea820ebc6ad8f65114e42d36d"
+sha1="f9d18da696bc54755bd85fb4f42c0a8866bdade6"
InstallCommandLineTools $url $url $sha1 $packageName $version