From e05c8b831394ebd2f6ceca9e50faec74df997f23 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Thu, 16 Nov 2023 14:44:31 +0200 Subject: [PATCH] Move wasm multithread build from intel mac to openSuse The same wasm binary is used in every hosts so it doesn't matter in which host the build is done. That's why move the build from intel mac to linux to save limited intel mac resources Change-Id: I13212fc3950e90b6da4298a7cf8b67c7fa96cfb8 Reviewed-by: Jukka Jokiniva --- coin/platform_configs/cmake_platforms_wasm.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/coin/platform_configs/cmake_platforms_wasm.yaml b/coin/platform_configs/cmake_platforms_wasm.yaml index 3f638ec9..a2e1fe10 100644 --- a/coin/platform_configs/cmake_platforms_wasm.yaml +++ b/coin/platform_configs/cmake_platforms_wasm.yaml @@ -28,12 +28,11 @@ Configurations: 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_pkg_config=OFF -DQT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH={{.Env.Protobuf_ROOT_mingw}} -DFEATURE_native_grpc=OFF -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR={{.Env.Protobuf_ROOT_mingw}}/include', ] - - Id: 'webassembly-macos-thread' - Template: 'qtci-macos-13-x86_64-103' + Id: 'webassembly-linux-thread' + Template: 'qtci-linux-openSUSE-15.5-x86_64-51' Target os: 'WebAssembly' - Compiler: 'Clang' - Target compiler: 'Clang' - Platform dependency: 'macos-universal-on-x86_64' + Compiler: 'GCC' + Platform dependency: 'opensuse-15.5-developer-build' Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure'] Environment variables: [ 'EM_CONFIG={{.Env.EMSDK}}/.emscripten',