aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_wasm.yaml
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2023-11-16 14:44:31 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2023-11-20 12:55:56 +0000
commite05c8b831394ebd2f6ceca9e50faec74df997f23 (patch)
tree622db6cb025a8bd12a8cd0e7e788d7955d920d77 /coin/platform_configs/cmake_platforms_wasm.yaml
parent0cc389bcc8c25d70b19320a52db668a2639af015 (diff)
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 <jukka.jokiniva@qt.io>
Diffstat (limited to 'coin/platform_configs/cmake_platforms_wasm.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_wasm.yaml9
1 files 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',