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',