-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qt/5.x.x: Disable QtWebEngine jumbo builds #11496
qt/5.x.x: Disable QtWebEngine jumbo builds #11496
Conversation
I detected other pull requests that are modifying qt/5.x.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Jumbo builds consistently crash builds when building QtWebEngine. On a fairly new machine with 32 GB of RAM, I can't have other applications open. On a the Pinebook Pro, an aarch64 machine, compilation just freezes when it reaches jumbo builds. Although jumbo builds can improve build times, they should never be defaulted on. This is explained in the CMake documentation for unity builds. To ensure builds complete, jumbo builds must be disabled. The QMake configure command-line option `-webengine-jumbo-build 0` accomplishes this.
700286c
to
8f96032
Compare
All green in build 4 (
|
Hooks produced the following warnings for commit 8f96032qt/5.15.2
|
Jumbo builds consistently crash builds when building QtWebEngine. On a fairly new machine with 32 GB of RAM, I can't have other applications open. On a the Pinebook Pro, an aarch64 machine, compilation just freezes when it reaches jumbo builds. Although jumbo builds can improve build times, they should never be defaulted on. This is explained in the CMake documentation for unity builds. To ensure builds complete, jumbo builds must be disabled. The QMake configure command-line option `-webengine-jumbo-build 0` accomplishes this.
Jumbo builds consistently crash builds when building QtWebEngine.
On a fairly new machine with 32 GB of RAM, I can't have other applications open.
On a the Pinebook Pro, an aarch64 machine, compilation just freezes when it reaches jumbo builds.
Although jumbo builds can improve build times, they should never be defaulted on.
This is explained in the CMake documentation for unity builds.
To ensure builds complete, jumbo builds must be disabled.
The QMake configure command-line option
-webengine-jumbo-build 0
accomplishes this.Specify library name and version: qt/5.x.x