Skip to content

Fix/qt5 build issues new docker images

Peio Rigaux requested to merge fix/qt5_build_issues_new_docker_images into master
  • Parallelized qt build and install (with make -j)
  • Parallelized compression for rpm package (with pigz)
  • Fixed dependencies in docker files
  • Fixed qt configure in RPM spec file
  • Little sed + xargs hack to workaround some distros refusing to build with python2 shebangs
Edited by Peio Rigaux

Merge request reports