summaryrefslogtreecommitdiffstats
path: root/coin/instructions
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2023-08-11 10:53:16 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-17 14:41:09 +0000
commit3c2985a36364ddbecb5d09f10326cb5e12766cda (patch)
treea399b9e17a36af5d058ee0efc16c22b7b1dc299d /coin/instructions
parent2332b6ccde5ed947a228e5d7036bd7f57f9767bc (diff)
Use install from libexec for QNX on Windows
It moved to libexec at some point in 6.5. Change-Id: I1e80c0dd1dc253c08bf509aeb605b863a5d67e47 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit c6279001c73a11c3bc805cfd44fb3280d87b2e32) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin/instructions')
-rw-r--r--coin/instructions/cmake_cross_compilation_module_build_instructions.yaml44
-rw-r--r--coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml44
-rw-r--r--coin/instructions/cmake_qtbase_build_instructions.yaml22
3 files changed, 80 insertions, 30 deletions
diff --git a/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml b/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml
index 4541088285..4146b11a8e 100644
--- a/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml
+++ b/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml
@@ -61,9 +61,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- type: EnvironmentVariable
variableName: COIN_CMAKE_INSTALL_LIBEXEC_DIR
variableValue: "{{.InstallDir}}{{.Env.CI_PATH_SEP}}host{{.Env.CI_PATH_SEP}}bin"
@@ -73,9 +78,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- !include "{{qt/qtbase}}/call_host_install.yaml"
- type: EnvironmentVariable
variableName: DESTDIR
@@ -123,9 +133,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- type: EnvironmentVariable
variableName: COIN_CMAKE_INSTALL_LIBEXEC_DIR
variableValue: "{{.InstallDir}}{{.Env.CI_PATH_SEP}}target{{.Env.CI_PATH_SEP}}bin"
@@ -135,9 +150,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- !include "{{qt/qtbase}}/call_target_install.yaml"
- type: EnvironmentVariable
variableName: DESTDIR
diff --git a/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml b/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
index 4a1ed61328..909b15045e 100644
--- a/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
+++ b/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
@@ -47,9 +47,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- type: EnvironmentVariable
variableName: COIN_CMAKE_BUILD_LIBEXEC_DIR
variableValue: "{{.BuildDir}}{{.Env.CI_PATH_SEP}}bin"
@@ -59,9 +64,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- !include "{{qt/qtbase}}/call_host_install.yaml"
- type: EnvironmentVariable
variableName: DESTDIR
@@ -124,9 +134,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- type: EnvironmentVariable
variableName: COIN_CMAKE_BUILD_LIBEXEC_DIR
variableValue: "{{.Env.COIN_CMAKE_BUILD_DIR}}{{.Env.CI_PATH_SEP}}bin"
@@ -136,9 +151,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- !include "{{qt/qtbase}}/call_target_install.yaml"
- type: EnvironmentVariable
variableName: DESTDIR
diff --git a/coin/instructions/cmake_qtbase_build_instructions.yaml b/coin/instructions/cmake_qtbase_build_instructions.yaml
index b5cd9f60b7..47c3fabc5a 100644
--- a/coin/instructions/cmake_qtbase_build_instructions.yaml
+++ b/coin/instructions/cmake_qtbase_build_instructions.yaml
@@ -41,9 +41,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- type: EnvironmentVariable
variableName: COIN_CMAKE_BUILD_LIBEXEC_DIR
variableValue: "{{.Env.COIN_CMAKE_BUILD_DIR}}{{.Env.CI_PATH_SEP}}bin"
@@ -53,9 +58,14 @@ instructions:
- condition: property
property: host.os
equals_value: Windows
- - condition: property
- property: target.osVersion
- not_in_values: [WebAssembly, Android_ANY]
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: QNX
+ - condition: property
+ property: target.osVersion
+ not_in_values: [WebAssembly, Android_ANY]
- !include "{{qt/qtbase}}/call_host_install.yaml"
- type: EnvironmentVariable
variableName: DESTDIR