Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
6.8
-
None
-
e66da5fbc (dev), 40ca6c5c9 (6.8), da3c68ba0 (dev), c6c18d6bf (6.8), 400776459 (dev), b87098e90 (6.8)
Description
WIP change at https://codereview.qt-project.org/c/qt/qt5/+/581619
Currently noticed issue, ninja-build tool is too old on RHEL 8.8 and 8.10 (1.8.2), and the newer CMake generates ninja files that the old ninja can't handle.
We should try to update ninja.
The official binaries at https://github.com/ninja-build/ninja/releases seem to be built on Rocky Linux 8.10, which might not be compatible with RHEL 8.8.
So safest might be to build ninja from source in a provisioning script.