getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
21 stars 12 forks source link

Use nuitka-compiled py3 eopkg.bin (except for when building old-style pspec.xml packages) #109

Closed ermo closed 1 month ago

ermo commented 1 month ago

In various tests, this is showing a speedup for install operations on the order of 20-25% (very noticeable for e.g. the ISO generation scripts).

This is also part of the preparation for dropping the py2 pisi package (which owns the eopkg symlink at the time of this writing).

Note that this will keep using eopkg.py2 for building old pspec.xml packages for now; switching to using the explicit version avoids solbuild having to rely on which package owns the eopkg symlink.

When the epoch happens and eopkg.py2 is dropped from the repo, BuildXML needs to be changed to use eopkg.py3.