[PyQt] pyqtdeploy: Add option to set number of make jobs?

Patrick Stinson patrickkidd at gmail.com
Thu Jan 9 06:52:55 GMT 2020


Phil,
I am sorry if we’ve discussed this previously, but would it be possible to add an option to the sysroot.json to pass the number of jobs to the make call in pyqtdeploy-sysroot without forking every one of your sysroot component plugins?

For example, providing a way to do:

	sysroot.run(sysroot.host_make, ‘-j%i’ % make_jobs)
	sysroot.run(sysroot.host_make, ‘-j%I’ % make_jobs, 'install')

Thanks!
-Patrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20200109/8d374de8/attachment.html>


More information about the PyQt mailing list