From 0763fcc4fe2c2db74ad5b884077655705705ef29 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Wed, 24 Nov 2021 11:38:04 +0200 Subject: Increase QNX VM size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to some patch the linking requires more memory than currently available. Task-number: QTQAINFRA-4669 Change-Id: I872c2c7421d9e40f5a3ff36caaa2e229ed105f5b Reviewed-by: Simo Fält Reviewed-by: Alexandru Croitor --- coin/platform_configs/cmake_platforms_qemu_qnx710.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml b/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml index cc28908d..27120e31 100644 --- a/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml +++ b/coin/platform_configs/cmake_platforms_qemu_qnx710.yaml @@ -7,7 +7,7 @@ Configurations: Compiler: 'GCC' Target compiler: 'QCC' Platform dependency: 'Ubuntu-20.04-host' - Features: ['Packaging', 'InsignificantTests'] + Features: ['Packaging', 'InsignificantTests', 'VMSize8'] Environment variables: [ 'TARGET_CONFIGURE_ARGS=-DQT_FEATURE_dbus=OFF -DQT_BUILD_EXAMPLES=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}/qnx-toolchain-x8664.cmake', 'QT_CMAKE_DIR=/opt/cmake-3.21.1/bin', -- cgit v1.2.3