From 0d3d17d3883006d1bc63895b4d8076eb9ba24122 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Thu, 22 Apr 2021 15:38:29 +0300 Subject: [PATCH] Add target arch for universal macOS target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the field to reflect reality as otherwise it will be resolved from the template and excludes the arm64. Change-Id: I39972e47ba2a0ab9fe4322c844b60383187a762b Reviewed-by: Alexandru Croitor Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index c99c440e..df940372 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -6,6 +6,7 @@ Configurations: Id: 'macos-latest-xcode-universal-packaging-build' Template: 'qtci-macos-11.0-x86_64-102' Compiler: 'Clang' + Target arch: 'x86_64+arm64' Features: ['Packaging', 'Sccache', 'DoNotRunTests'] Configure arguments: '-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DFEATURE_separate_debug_info=ON -DFEATURE_headersclean=ON -DFEATURE_framework=ON -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DODBC_ROOT=/usr/local/opt/libiodbc -DPostgreSQL_ROOT={{.Env.POSTGRESQLBINPATH}}/..' Environment variables: [