[igt-dev] [PATCH i-g-t v3 4/4] meson_options.txt: disable Sphinx by default

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Thu Apr 13 13:24:13 UTC 2023


On 4/13/23 12:10, Kamil Konieczny wrote:
> Hi Mauro,
>
> On 2023-04-13 at 11:21:59 +0200, Mauro Carvalho Chehab wrote:
>> From: Mauro Carvalho Chehab <mchehab at kernel.org>
>>
>> Building IGT with Sphinx enabled and rst2pdf installed takes:
>>
>> 	$ touch tests/xe/xe_compute.c
>> 	$ time ninja -C build
>>
>> 	...
>>
>>          real    0m10.545s
>>          user    0m13.778s
>>          sys     0m0.724s
>>
>> With Sphinx disabled, the same build is a lot faster:
>>
>> 	$ touch tests/xe/xe_compute.c
>> 	$ time ninja -C build
>>
>> 	...
>>
>> 	real	0m1.746s
>> 	user	0m1.574s
>> 	sys	0m0.171s
>>
>> As Sphinx and PDF outputs aren't something that every single
>> IGT developer would need, let's speedup the build by disabling
>> it by default.
> imho this may require a change in our building pipeline so
> +cc Petri.

Ok. I applied the first three patches. I'll wait for an ack on this one.


Regards,

Mauro



More information about the igt-dev mailing list