summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-03-17 09:26:16 +0200
committerToni Saario <toni.saario@qt.io>2022-03-17 16:14:36 +0000
commitb3ec373e2fa21fa7ece42d09ec7fe42726ac2f1a (patch)
tree637cf7a1eaed9fe856d8a7ee814073f1d60a10a7 /coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
parent97ef7752a2db871d45c8e434d15e0ccec015cd65 (diff)
Remove useless error messaging
This part originates from when the CMake was being introduced and now things are stable enough that the bug rarely is everywhere. Pick-to: 6.2 6.3 Task-number: COIN-828 Change-Id: Ifb7b5ce82740f5ae49f712f9666870993ce00b15 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml')
-rw-r--r--coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml b/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
index 77ba36f4c6..6736d7b514 100644
--- a/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
+++ b/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml
@@ -28,7 +28,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 4800
userMessageOnFailure: >
- Failed to build sources. In the current state bug can be everywhere.
+ Failed to build sources.
- type: EnvironmentVariable
variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH
variableValue: "{{.BuildDir}}"
@@ -74,7 +74,7 @@ instructions:
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 4800
userMessageOnFailure: >
- Failed to build sources. In the current state bug can be everywhere.
+ Failed to build sources.
- type: EnvironmentVariable
variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH
variableValue: "{{.BuildDir}}"