xp-forge / lambda

AWS Lambda for the XP Framework
3 stars 0 forks source link

Use -j $(nproc) to speed up PHP build #7

Closed thekid closed 3 years ago

thekid commented 3 years ago

Run make to compile in parallel

thekid commented 3 years ago

Build time before:

 => [5/7] RUN cd php-src-php-8.0.10 && ./buildconf --force && ./configu  444.9s
thekid commented 3 years ago

Build time after:

 => [5/7] RUN cd php-src-php-8.0.10 && ./buildconf --force && ./configu  140.8s
thekid commented 3 years ago

Released in https://github.com/xp-forge/lambda/releases/tag/v2.1.0