Qtwebengine build failing with out of memory while compiling evaluate_prg_hwy file
-
I have x86_64 host with 500GB RAM, on this I spinned up a podman continer for arm64 using qemu-user-static emulator. I couldn't use cross-compilers because of this issue(https://forum.qt.io/topic/163096/qt-6.8.3-build-fails-for-arm64-when-compiled-using-gcc-cross-compiler-x86_64-aarch64-toolchain./4).
After Qtwebengine built almost, while compiling evaluate_prg_hwy file, it is failing with "g++: fatal error: Killed signal terminated program cc1plus". Even with 500GB RAM I couln't make progress with this. What exactly is this file. I am using cmake file to configure options
(QT_CONFIGURE_OPTS =
-DCMAKE_BUILD_TYPE=Release
-DQT_BUILD_EXAMPLES=OFF
-DQT_BUILD_TESTS=OFF \ etc)Can we disable this file/component which compiles from webengine. I need qtwebengine, can we disable compilation of evaluate_prg_hwy or its module from webengine alone? Can someone please help here