https://bugs.kde.org/show_bug.cgi?id=404487
Andrew Shark <ash...@linuxcomp.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED CC| |ash...@linuxcomp.ru --- Comment #7 from Andrew Shark <ash...@linuxcomp.ru> --- The qt5-set module-set is handled very differently, it creates a Qt5 supermodule, which then handle building of its submodules itself. The mentioned mr was merged. The module definitions now contain: ``` module-set qt5-set set-env MAKEFLAGS -j${num-cores} end module-set options qtwebengine set-env NINJAFLAGS -j${num-cores-low-mem} end options ``` So the several cores building is no longer a problem. -- You are receiving this mail because: You are watching all bug changes.